// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.event;

public interface ICancellable
{
    boolean isCancelled();
    
    void setCancelled(final boolean p0);
}
