package com.hypixel.hytale.event; import javax.annotation.Nonnull; public interface IProcessedEvent { void processEvent(@Nonnull String var1); }