hytale-server/com/hypixel/hytale/component/system/ICancellableEcsEvent.java

8 lines
151 B
Java

package com.hypixel.hytale.component.system;
public interface ICancellableEcsEvent {
boolean isCancelled();
void setCancelled(boolean var1);
}