Uses of Class
me.c7dev.dexterity.util.InteractionCommand
Packages that use InteractionCommand
-
Uses of InteractionCommand in me.c7dev.dexterity.displays
Methods in me.c7dev.dexterity.displays that return InteractionCommandModifier and TypeMethodDescriptionDexterityDisplay.getCommands()Retrieves a list of commands to run when display is clickedMethods in me.c7dev.dexterity.displays with parameters of type InteractionCommandModifier and TypeMethodDescriptionvoidDexterityDisplay.addCommand(InteractionCommand cmd) Adds a command to run when display is clickedvoidDexterityDisplay.removeCommand(InteractionCommand cmd) Removes a command from being run when display is clicked