1 2 3 4 5 6 7 8 9 10
package rosegoldaddons.events; import net.minecraftforge.fml.common.eventhandler.Cancelable; import net.minecraftforge.fml.common.eventhandler.Event; @Cancelable public class ScreenClosedEvent extends Event { public ScreenClosedEvent() {} }