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