Package net.swofty.event
Class SkyBlockEvent
java.lang.Object
net.swofty.event.SkyBlockEvent
- Direct Known Subclasses:
ActionChangeMiningRegion
,ActionChangeTimeCalender
,ActionEnchantmentTableClick
,ActionIslandCreatePortals
,ActionIslandItemDrop
,ActionIslandLoadPortals
,ActionIslandSavePortals
,ActionItemAbilityLeftUse
,ActionItemAbilityRightUse
,ActionItemLeftUse
,ActionItemRightUse
,ActionPlayerChat
,ActionPlayerClickedNPC
,ActionPlayerClickedVillagerNPC
,ActionPlayerClickItemUpdate
,ActionPlayerDamageBlock
,ActionPlayerDataLoad
,ActionPlayerDataLoaded
,ActionPlayerDataSave
,ActionPlayerFall
,ActionPlayerGUIItemRestore
,ActionPlayerInventoryClick
,ActionPlayerInventoryClickAnvil
,ActionPlayerInventoryClose
,ActionPlayerInventoryCloseAnvil
,ActionPlayerItemPickup
,ActionPlayerJoin
,ActionPlayerMoveNPC
,ActionPlayerMoveVillagerNPC
,ActionPlayerMoveWhileInventory
,ActionPlayerQuit
,ActionPlayerSkinInit
,ActionPlayerTravel
,ActionRegionBlockBreak
,ActionRegionBlockPlace
,ActionRegionChangeDisplay
,PlayerActionDamage
,SkyBlockMission
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static void
callSkyBlockEvent
(net.minestom.server.event.Event event) abstract Class<? extends net.minestom.server.event.Event>
getEvent()
static void
register
(net.minestom.server.event.GlobalEventHandler eventHandler) abstract void
run
(net.minestom.server.event.Event event)
-
Constructor Details
-
SkyBlockEvent
protected SkyBlockEvent()
-
-
Method Details
-
getEvent
-
run
public abstract void run(net.minestom.server.event.Event event) -
cacheEvent
public void cacheEvent() -
register
public static void register(net.minestom.server.event.GlobalEventHandler eventHandler) -
callSkyBlockEvent
public static void callSkyBlockEvent(net.minestom.server.event.Event event)
-