Uses of Class
me.c7dev.dexterity.DexSession
Packages that use DexSession
Package
Description
-
Uses of DexSession in me.c7dev.dexterity
Methods in me.c7dev.dexterity that return DexSessionMethods in me.c7dev.dexterity that return types with arguments of type DexSessionMethods in me.c7dev.dexterity with parameters of type 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(org.bukkit.entity.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.getConfigString(String dir, DexSession session, String override_label) CommandHandler.getSelected(DexSession session, String... perms) booleanCommandHandler.testInEdit(DexSession session)