Uses of Class
me.c7dev.dexterity.DexSession
-
Uses of DexSession in me.c7dev.dexterity.api
Modifier and TypeMethodDescriptionDexterityAPI.getSession
(UUID u) Retrieves the edit session for the player with the specified UUID.DexterityAPI.getSession
(org.bukkit.entity.Player p) Retrieves the specified player's edit session if it exists -
Uses of DexSession in me.c7dev.dexterity.api.events
ModifierConstructorDescriptionTransactionCompletionEvent
(DexSession session, Transaction transaction) TransactionEvent
(DexSession session, Transaction transaction) TransactionRedoEvent
(DexSession session, Transaction transaction) TransactionUndoEvent
(DexSession session, Transaction transaction)