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

8 lines
132 B
Java

package com.hypixel.hytale.event;
public interface ICancellable {
boolean isCancelled();
void setCancelled(boolean var1);
}