Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cancel(CommandContext) - Method in class me.c7dev.dexterity.command.CommandHandler
- cancelEdit() - Method in class me.c7dev.dexterity.DexSession
-
Removes player from any edit session and restore to previous state
- canHardMerge() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Checks whether it is appropriate to merge this display with another to form one display
- CharToken - Class in me.c7dev.dexterity.displays.schematics.token
- CharToken(char) - Constructor for class me.c7dev.dexterity.displays.schematics.token.CharToken
- checkSchematicExists(String) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Returns true if a schematic with this name exists in the schematics folder
- clearAllMarkers() - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Deletes all marker points and marker vectors
- clearCached() - Method in class me.c7dev.dexterity.api.DexRotation
-
Clear the cached or pre-calculated data pertaining to the selection's rotations
- clearHistory() - Method in class me.c7dev.dexterity.DexSession
-
Deletes the edit history, removing any undo or redo transactions
- clearLocationSelection() - Method in class me.c7dev.dexterity.DexSession
- clearMappedDisplay(DexBlock) - Method in class me.c7dev.dexterity.Dexterity
-
Deprecated.
- clearQueue() - Method in class me.c7dev.dexterity.api.DexRotation
-
Clears the queue of scheduled rotations
- ClickDataCache - Class in me.c7dev.dexterity.interaction
- ClickDataCache(Dexterity) - Constructor for class me.c7dev.dexterity.interaction.ClickDataCache
- ClickedBlock - Class in me.c7dev.dexterity.util
- ClickedBlock(Block, double) - Constructor for class me.c7dev.dexterity.util.ClickedBlock
- ClickedBlockDisplay - Class in me.c7dev.dexterity.util
- ClickedBlockDisplay(BlockDisplay, BlockFace, Vector, Location, Location, Vector, Vector, Vector, double) - Constructor for class me.c7dev.dexterity.util.ClickedBlockDisplay
- clickMsg() - Method in class me.c7dev.dexterity.DexSession
-
Simple function to send the default click message for a saved display
- clone() - Method in class me.c7dev.dexterity.util.DexTransformation
- clone() - Method in class me.c7dev.dexterity.util.RotationPlan
- clone(CommandContext) - Method in class me.c7dev.dexterity.command.CommandHandler
- clone(DexterityDisplay) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Creates a clone of the passed in display or selection and returns the clone.
- CLONE - Enum constant in enum class me.c7dev.dexterity.DexSession.EditType
- CLONE_MERGE - Enum constant in enum class me.c7dev.dexterity.DexSession.EditType
- cloneQ(Quaterniond) - Static method in class me.c7dev.dexterity.util.DexUtils
- cloneQ(Quaternionf) - Static method in class me.c7dev.dexterity.util.DexUtils
- cloneV(Vector3f) - Static method in class me.c7dev.dexterity.util.DexUtils
- cmdDelay(Player) - Method in class me.c7dev.dexterity.command.DexterityCommand
- ColorEnum - Enum Class in me.c7dev.dexterity.util
- command(CommandContext) - Method in class me.c7dev.dexterity.command.CommandHandler
- CommandContext - Class in me.c7dev.dexterity.command
-
Context required for any in-game /dex command
- CommandContext(Dexterity, Player, String[]) - Constructor for class me.c7dev.dexterity.command.CommandContext
- CommandHandler - Class in me.c7dev.dexterity.command
-
Implementation of all in-game /dex commands
- CommandHandler(Dexterity) - Constructor for class me.c7dev.dexterity.command.CommandHandler
- commit() - Method in class me.c7dev.dexterity.transaction.BuildTransaction
- commit() - Method in class me.c7dev.dexterity.transaction.RotationTransaction
- commit() - Method in class me.c7dev.dexterity.transaction.ScaleTransaction
- commit(DexBlock[]) - Method in class me.c7dev.dexterity.transaction.BlockTransaction
- commit(DexBlock[]) - Method in class me.c7dev.dexterity.transaction.RotationTransaction
- commit(DexBlock[]) - Method in class me.c7dev.dexterity.transaction.ScaleTransaction
- commit(DexBlock[], Mask, boolean) - Method in class me.c7dev.dexterity.transaction.BlockTransaction
- commit(DexBlockState) - Method in class me.c7dev.dexterity.transaction.BlockTransactionLine
- commit(Location) - Method in class me.c7dev.dexterity.transaction.RecenterTransaction
- commitBlock(DexBlock) - Method in class me.c7dev.dexterity.transaction.BlockTransaction
- commitCenter(Location) - Method in class me.c7dev.dexterity.transaction.BlockTransaction
- commitEmpty() - Method in class me.c7dev.dexterity.transaction.BlockTransaction
- commitEmpty() - Method in class me.c7dev.dexterity.transaction.RotationTransaction
- commitEmpty() - Method in class me.c7dev.dexterity.transaction.ScaleTransaction
- consolidate(int, Mask) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Deprecated.
- consolidate(CommandContext) - Method in class me.c7dev.dexterity.command.CommandHandler
- consolidate(Mask) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Consolidate along all axes to reduce the number of entities where possible without altering the selection's shape
- consolidate(Mask, BlockTransaction) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Consolidate along all axes to reduce the number of entities where possible without altering the selection's shape
- constructList(String[], DexterityDisplay, String, int, int) - Method in class me.c7dev.dexterity.command.CommandHandler
- containsSubdisplay(DexterityDisplay) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Determines if passed in display is this or any descendant display node
- convert(CommandContext) - Method in class me.c7dev.dexterity.command.CommandHandler
- convertBlocks(Location, Location) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Converts all of the blocks inside the cuboid defined by the two locations into Block Displays
- convertBlocks(Location, Location, ConvertTransaction) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Converts all of the blocks inside the cuboid defined by the two locations into Block Displays
- convertBlocks(Location, Location, ConvertTransaction, int) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Converts all of the blocks inside the cuboid defined by the two locations into Block Displays
- ConvertTransaction - Class in me.c7dev.dexterity.transaction
- ConvertTransaction() - Constructor for class me.c7dev.dexterity.transaction.ConvertTransaction
- createItem(Material, int, String, String...) - Static method in class me.c7dev.dexterity.util.DexUtils
- createToken(Token.TokenType, String) - Static method in class me.c7dev.dexterity.displays.schematics.token.Token
- cutoff - Static variable in class me.c7dev.dexterity.api.DexRotation
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form