Uses of Class
me.c7dev.dexterity.DexSession
Packages that use DexSession
-
Uses of DexSession in me.c7dev.dexterity.api
Methods in me.c7dev.dexterity.api that return DexSessionModifier and TypeMethodDescriptionDexterityAPI.getSession
(UUID u) Retrieves the edit session for the player with the specified UUID.DexterityAPI.getSession
(Player p) Retrieves the specified player's edit session if it exists -
Uses of DexSession in me.c7dev.dexterity.api.events
Methods in me.c7dev.dexterity.api.events that return DexSessionModifier and TypeMethodDescriptionSessionSelectionChangeEvent.getSession()
TransactionEvent.getSession()
Constructors in me.c7dev.dexterity.api.events with parameters of type DexSessionModifierConstructorDescriptionSessionSelectionChangeEvent
(DexSession session, DexterityDisplay from, DexterityDisplay to) TransactionCompletionEvent
(DexSession session, Transaction transaction) TransactionEvent
(DexSession session, Transaction transaction) TransactionRedoEvent
(DexSession session, Transaction transaction) TransactionUndoEvent
(DexSession session, Transaction transaction) -
Uses of DexSession in me.c7dev.dexterity.command
Methods in me.c7dev.dexterity.command that return DexSessionMethods in me.c7dev.dexterity.command with parameters of type DexSessionModifier and TypeMethodDescriptionCommandHandler.getConfigString
(String dir, DexSession session) CommandHandler.getSelected
(DexSession session, String perm) boolean
CommandHandler.testInEdit
(DexSession session)