hytale-server/com/hypixel/hytale/event/IProcessedEvent.java

8 lines
150 B
Java

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