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