Index

A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

getAction() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Retrieves Action determining if player left or right clicked
getAnimation() - Method in class me.c7dev.dexterity.api.events.AnimationEndEvent
 
getAnimation(Class<?>) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves a registered animation type if it exists
getAnimationsCount() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getAPI() - Static method in class me.c7dev.dexterity.Dexterity
 
getArgs() - Method in class me.c7dev.dexterity.command.CommandContext
 
getAuthor() - Method in class me.c7dev.dexterity.api.DexterityAPI
 
getAuthor() - Method in class me.c7dev.dexterity.Dexterity
 
getAuthor() - Method in class me.c7dev.dexterity.displays.schematics.Schematic
 
getAxis1() - Method in class me.c7dev.dexterity.util.AxisPair
Get the vector used to calculate yaw and pitch
getAxis2() - Method in class me.c7dev.dexterity.util.AxisPair
Get the vector used to calculate roll
getBlock() - Method in class me.c7dev.dexterity.util.ClickedBlock
 
getBlock() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getBlockDataToPlace() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Returns the metadata of the block type that is about to be placed
getBlockDimensions(BlockData) - Static method in class me.c7dev.dexterity.util.DexUtils
 
getBlockDisplay() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
Gets the living block display entity that is about to be broken
getBlockDisplay() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Gets the living block display entity
getBlockDisplay() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
The raw display entity that was clicked
getBlockDisplaysInRegion(Location, Location) - Method in class me.c7dev.dexterity.api.DexterityAPI
Retrieves all of the block display entities within the cuboid defined by the two integer block locations
getBlockDisplaysInRegionContinuous(Location, Location, Vector, Vector) - Method in class me.c7dev.dexterity.api.DexterityAPI
Retrieves all of the block display entities within the precise cuboid defined by the two continuous locations
getBlockFace() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Gets the cardinal direction of the face that was clicked
getBlockFace() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Which face of the block display was clicked, accounting for rotation of the block display
getBlocks() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves a list of DexBlock that can be iterated over
getBlocks() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getBlocks() - Method in class me.c7dev.dexterity.util.Mask
 
getBlocksCount() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getBlockVolume(Location, Location) - Static method in class me.c7dev.dexterity.util.DexUtils
 
getBoundingBox() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getBoundingBox() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getCenter() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves the center of the display
getCharValue() - Method in class me.c7dev.dexterity.displays.schematics.token.CharToken
 
getChatColor() - Method in class me.c7dev.dexterity.Dexterity
 
getChatColor2() - Method in class me.c7dev.dexterity.Dexterity
 
getChatColor3() - Method in class me.c7dev.dexterity.Dexterity
 
getClickDataCache() - Method in class me.c7dev.dexterity.Dexterity
 
getClickedBlockDisplay() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Gets the living block display entity that the new display will be placed on
getClickedBlockFace() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
Gets the cardinal direction of the face that was clicked
getClickedBlockFace() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Gets the cardinal direction of the block display face that was clicked
getClickedDisplay() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Returns the DexterityDisplay if the clicked block display is part of one
getClickedLocation() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
Gets the location of the center of the clicked block display
getClickedLocation() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Gets the location of the center of the clicked block display
getClickLocation() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the precise location on the block face that the player clicked
getCmd() - Method in class me.c7dev.dexterity.util.InteractionCommand
 
getColor() - Method in enum class me.c7dev.dexterity.util.ColorEnum
 
getCommandCount() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves the size of the command list
getCommands() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves a list of commands to run when display is clicked
getConfigString(String) - Method in class me.c7dev.dexterity.Dexterity
 
getConfigString(String, String) - Method in class me.c7dev.dexterity.Dexterity
 
getConfigString(String, DexSession) - Method in class me.c7dev.dexterity.command.CommandHandler
 
getConfigString(String, DexSession, String) - Method in class me.c7dev.dexterity.command.CommandHandler
 
getData() - Method in class me.c7dev.dexterity.displays.schematics.TokenEncoder
 
getData() - Method in class me.c7dev.dexterity.util.SavedBlockState
 
getDefaultArg() - Method in class me.c7dev.dexterity.command.CommandContext
 
getDefaultArgs() - Method in class me.c7dev.dexterity.command.CommandContext
 
getDefaultAttributesWithFlags(String[]) - Static method in class me.c7dev.dexterity.util.DexUtils
 
getDefaultWorld() - Method in class me.c7dev.dexterity.Dexterity
 
getDepth() - Method in class me.c7dev.dexterity.displays.schematics.token.Token
 
getDexterityDisplay() - Method in class me.c7dev.dexterity.util.DexBlock
 
getDisplacement() - Method in class me.c7dev.dexterity.util.DexTransformation
 
getDisplay() - Method in class me.c7dev.dexterity.api.events.AnimationEndEvent
 
getDisplay() - Method in class me.c7dev.dexterity.api.events.DisplayRotationEvent
 
getDisplay() - Method in class me.c7dev.dexterity.api.events.DisplayTranslationEvent
 
getDisplay() - Method in class me.c7dev.dexterity.displays.animation.Animation
 
getDisplay() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getDisplay(String) - Method in class me.c7dev.dexterity.api.DexterityAPI
Retrieves a saved DexterityDisplay in any world by its raw label name
getDisplay(String) - Method in class me.c7dev.dexterity.Dexterity
 
getDisplayCenterLocation() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the center of the block display entity
getDisplayFile(String) - Method in class me.c7dev.dexterity.Dexterity
 
getDisplayLabels() - Method in class me.c7dev.dexterity.api.DexterityAPI
Returns all names of displays that are saved across all worlds
getDisplayLabels() - Method in class me.c7dev.dexterity.Dexterity
 
getDisplayLabels(Player) - Method in class me.c7dev.dexterity.api.DexterityAPI
Returns all names of displays that are saved and owned by the player across all worlds
getDisplayLabels(Player) - Method in class me.c7dev.dexterity.Dexterity
 
getDisplays() - Method in class me.c7dev.dexterity.api.DexterityAPI
Returns all displays that have been saved across all worlds
getDisplays() - Method in class me.c7dev.dexterity.Dexterity
 
getDisplayUniqueId() - Method in class me.c7dev.dexterity.transaction.BuildTransaction
 
getDistance() - Method in class me.c7dev.dexterity.util.ClickedBlock
 
getDistance() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the distance from the player's eye location to the block face in units of blocks
getDouble(Token.TokenType, double) - Method in class me.c7dev.dexterity.displays.schematics.SchematicBuilder
 
getDoubleAttrs() - Method in class me.c7dev.dexterity.command.CommandContext
 
getDoubleValue() - Method in class me.c7dev.dexterity.displays.schematics.token.DoubleToken
 
getDropItem() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Gets a copy of the item that will be dropped when the player breaks the display
getDropItemSchematicName() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getDuration() - Method in class me.c7dev.dexterity.displays.animation.Animation
 
getEastDir() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the entity's relative east direction basis vector
getEditingLock() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieve the UUID of the offline player who has this display in editing lock
getEditingScale() - Method in class me.c7dev.dexterity.DexSession
 
getEditSession(UUID) - Method in class me.c7dev.dexterity.Dexterity
 
getEditType() - Method in class me.c7dev.dexterity.DexSession
 
getEffectiveLabel(String) - Static method in class me.c7dev.dexterity.util.DexUtils
Removes any 'temp' plus random value
getEndLocation() - Method in class me.c7dev.dexterity.displays.animation.LinearTranslationAnimation
 
getEntity() - Method in class me.c7dev.dexterity.util.DexBlock
 
getFlags() - Method in class me.c7dev.dexterity.command.CommandContext
 
getFollowingOffset() - Method in class me.c7dev.dexterity.DexSession
 
getFrameRate() - Method in class me.c7dev.dexterity.displays.animation.Animation
 
getFrequency() - Method in class me.c7dev.dexterity.displays.schematics.HuffmanTree
 
getFrom() - Method in class me.c7dev.dexterity.api.events.DisplayTranslationEvent
 
getFromSelectedDisplay() - Method in class me.c7dev.dexterity.api.events.SessionSelectionChangeEvent
Returns the DexterityDisplay that the player is about to un-select, or null
getFromState() - Method in class me.c7dev.dexterity.transaction.BlockTransactionLine
 
getGlow() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getGroupSize() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Gets the total count of nodes in the sub-display tree, including this node
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.AnimationEndEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.DisplayRotationEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.DisplayTranslationEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.SessionSelectionChangeEvent
 
getHandlerList() - Static method in class me.c7dev.dexterity.api.events.TransactionEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.AnimationEndEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.DisplayRotationEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.DisplayTranslationEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.SessionSelectionChangeEvent
 
getHandlers() - Method in class me.c7dev.dexterity.api.events.TransactionEvent
 
getInstance() - Static method in class me.c7dev.dexterity.api.DexterityAPI
 
getIntAttrs() - Method in class me.c7dev.dexterity.command.CommandContext
 
getLabel() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves the label if one is set
getLabel() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getLastUsedTime() - Method in class me.c7dev.dexterity.util.OrientationKey
 
getLeafToken() - Method in class me.c7dev.dexterity.displays.schematics.HuffmanTree
 
getLeft() - Method in class me.c7dev.dexterity.displays.schematics.HuffmanTree
 
getLeftRotation() - Method in class me.c7dev.dexterity.util.DexTransformation
 
getLocation() - Method in class me.c7dev.dexterity.util.DexBlock
Roll-offset adjusted location of the center of the block display entity.
getLocation() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getLocation() - Method in class me.c7dev.dexterity.util.SavedBlockState
 
getLocation1() - Method in class me.c7dev.dexterity.DexSession
Retrieves first location set by player
getLocation2() - Method in class me.c7dev.dexterity.DexSession
Retrieves second location set by player
getLookingAt(Player) - Method in class me.c7dev.dexterity.api.DexterityAPI
Calculates the precise block display entity that the player is currently looking at with their cursor
getLookingAt(Player) - Method in class me.c7dev.dexterity.interaction.DexClickDetector
Get the data about the block display that an online player is currently looking at
getLookingAt(Vector, Location, List<Entity>) - Method in class me.c7dev.dexterity.interaction.DexClickDetector
Get the data about a block display that a direction vector points to given the camera's location vector and nearby entities
getMappedDisplay(UUID) - Method in class me.c7dev.dexterity.Dexterity
 
getMask() - Method in class me.c7dev.dexterity.DexSession
 
getMaterial() - Method in class me.c7dev.dexterity.util.SavedBlockState
 
getMaxVolume() - Method in class me.c7dev.dexterity.Dexterity
 
getMountedPlayer() - Method in interface me.c7dev.dexterity.displays.animation.RideableAnimation
 
getMountedPlayer() - Method in class me.c7dev.dexterity.displays.animation.RideAnimation
 
getMountedPlayer() - Method in class me.c7dev.dexterity.displays.animation.SitAnimation
 
getNextLabel(String) - Method in class me.c7dev.dexterity.Dexterity
 
getNormal() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves a unit vector that is perpendicular to the clicked block face
getOffset() - Method in class me.c7dev.dexterity.util.RollOffset
 
getOffsetFromFaceCenter() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Returns a vector relative to the face of the block display with the offset from the click location to the block display face center's location
getOffsetFromFaceCenter() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the vector along the plane of the block face from the center of the face to the precise location of the click
getOwners() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Returns an array of the player(s) that own this display
getParameter(Location, int) - Static method in class me.c7dev.dexterity.util.DexUtils
 
getParameter(Vector, int) - Static method in class me.c7dev.dexterity.util.DexUtils
 
getParent() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves the parent display if this is a child display
getPermission() - Method in class me.c7dev.dexterity.util.InteractionCommand
 
getPermittedVolume() - Method in class me.c7dev.dexterity.DexSession
Returns the largest volume defined by the dexterity.maxvolume.# permission
getPhysicalBlockLookingAt(Player) - Method in class me.c7dev.dexterity.api.DexterityAPI
Calculates the precise placed block that the player is currently looking at with their cursor
getPhysicalBlockLookingAtRaw(Player, double, double) - Method in class me.c7dev.dexterity.api.DexterityAPI
Calculates the precise placed block that the player is currently looking at with their cursor
getPitch() - Method in class me.c7dev.dexterity.api.DexRotation
 
getPitch() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getPitch() - Method in class me.c7dev.dexterity.util.OrientationKey
 
getPitchYawRoll() - Method in class me.c7dev.dexterity.util.AxisPair
Returns a vector holding the pitch (x), yaw (y), and roll (z) in degrees
getPlannedBoundingBox() - Method in class me.c7dev.dexterity.displays.schematics.Schematic
Get the planned bounding box for the overall planned display before pasting it
getPlannedBoundingBox(int) - Method in class me.c7dev.dexterity.displays.schematics.Schematic
Get the planned bounding box of the nth planned sub-display
getPlayer() - Method in class me.c7dev.dexterity.api.events.AnimationEndEvent
 
getPlayer() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
Gets the player who clicked the block display
getPlayer() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Gets the player who clicked the block display
getPlayer() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Gets the player who clicked the block display
getPlayer() - Method in class me.c7dev.dexterity.api.events.SessionSelectionChangeEvent
 
getPlayer() - Method in class me.c7dev.dexterity.command.CommandContext
 
getPlayer() - Method in class me.c7dev.dexterity.DexSession
 
getPlugin() - Method in class me.c7dev.dexterity.api.DexterityAPI
Returns an instance of the plugin main class
getPlugin() - Method in class me.c7dev.dexterity.command.CommandContext
 
getPlugin() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Gets the instance of the plugin
getPreciseClickLocation() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
Gets the location that exists on the surface of the clicked block that is the precise point that the player is looking at
getPreciseClickLocation() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Gets the location that exists on the surface of the block that is the precise point that the player is looking at
getPreciseClickLocation() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Gets the location that exists on the surface of the clicked block that is the precise point that the player is looking at
getPreciseDistanceFromEye() - Method in class me.c7dev.dexterity.api.events.PlayerBreakBlockDisplayEvent
Returns the number of blocks of distance from the surface of the block to the player's eye
getPreciseDistanceFromEye() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Returns the number of blocks of distance from the surface of the block to the player's eye
getPreciseDistanceFromEye() - Method in class me.c7dev.dexterity.api.events.PlayerPlaceBlockDisplayEvent
Returns the number of blocks of distance from the surface of the block to the player's eye
getPreviousRotation() - Method in class me.c7dev.dexterity.api.DexRotation
Get the data used for the previous rotation
getQuaternion() - Method in class me.c7dev.dexterity.util.OrientationKey
 
getQuaternion() - Method in class me.c7dev.dexterity.util.QueuedRotation
 
getQuaternion() - Method in class me.c7dev.dexterity.util.RollOffset
 
getRight() - Method in class me.c7dev.dexterity.displays.schematics.HuffmanTree
 
getRightRotation() - Method in class me.c7dev.dexterity.util.DexTransformation
 
getRoll() - Method in class me.c7dev.dexterity.api.DexRotation
 
getRoll() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getRoll() - Method in class me.c7dev.dexterity.util.DexBlock
Gets the roll in degrees.
getRoll() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getRoll() - Method in class me.c7dev.dexterity.util.RollOffset
 
getRollOffset() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves a wrapper for the calculated roll offset, if roll is used in the block display's rotation
getRollOffset() - Method in class me.c7dev.dexterity.util.DexTransformation
 
getRootDisplay() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves the root node of the sub-display tree
getRotatedByDeg() - Method in class me.c7dev.dexterity.api.events.DisplayRotationEvent
 
getRotation() - Method in class me.c7dev.dexterity.api.events.DisplayRotationEvent
 
getRotationManager() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Gets the rotation manager if one is already created
getRotationManager(boolean) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Gets or creates a rotation manager
getRotationX() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getRotationY() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getRotationZ() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getScale() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
Retrieves the vector representing the overall scale of the display
getScale() - Method in class me.c7dev.dexterity.displays.schematics.SimpleDisplayState
 
getScale() - Method in class me.c7dev.dexterity.util.DexTransformation
 
getSchemaVersion() - Method in class me.c7dev.dexterity.displays.schematics.Schematic
 
getSeatOffset() - Method in class me.c7dev.dexterity.displays.animation.RideAnimation
 
getSeatOffset() - Method in class me.c7dev.dexterity.displays.animation.SitAnimation
 
getSecondary() - Method in class me.c7dev.dexterity.DexSession
 
getSelected() - Method in class me.c7dev.dexterity.DexSession
 
getSelected(DexSession, String...) - Method in class me.c7dev.dexterity.command.CommandHandler
 
getSelectedVolumeCount() - Method in class me.c7dev.dexterity.DexSession
Returns the number of DexBlock in the selection
getSelectedVolumeSpace() - Method in class me.c7dev.dexterity.DexSession
Returns the number of blocks of volume between 2 locations cuboid
getSelection(Player) - Method in class me.c7dev.dexterity.Dexterity
 
getSelectionVolume() - Method in class me.c7dev.dexterity.DexSession
Returns the max between number of entities and volume between 2 locations
getSession() - Method in class me.c7dev.dexterity.api.events.SessionSelectionChangeEvent
 
getSession() - Method in class me.c7dev.dexterity.api.events.TransactionEvent
 
getSession() - Method in class me.c7dev.dexterity.command.CommandContext
 
getSession(UUID) - Method in class me.c7dev.dexterity.api.DexterityAPI
Retrieves the edit session for the player with the specified UUID.
getSession(Player) - Method in class me.c7dev.dexterity.api.DexterityAPI
Retrieves the specified player's edit session if it exists
getShowingAxisType() - Method in class me.c7dev.dexterity.DexSession
 
getSouthDir() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the entity's relative south direction basis vector
getSpeed() - Method in class me.c7dev.dexterity.displays.animation.RideAnimation
 
getStartDelay() - Method in class me.c7dev.dexterity.displays.animation.Animation
 
getStartLocation() - Method in class me.c7dev.dexterity.displays.animation.LinearTranslationAnimation
 
getState() - Method in class me.c7dev.dexterity.util.DexBlock
 
getString(Token.TokenType, String) - Method in class me.c7dev.dexterity.displays.schematics.SchematicBuilder
 
getStringAttrs() - Method in class me.c7dev.dexterity.command.CommandContext
 
getStringValue() - Method in class me.c7dev.dexterity.displays.schematics.token.StringToken
 
getSubdisplayCount() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getSubdisplays() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getSubsequentAnimations() - Method in class me.c7dev.dexterity.displays.animation.Animation
 
getSurfaceNormal() - Method in class me.c7dev.dexterity.api.events.PlayerClickBlockDisplayEvent
Returns a Vector that is perpendicular to the surface of the face of the block
getTag() - Method in class me.c7dev.dexterity.displays.schematics.HuffmanTree
 
getTag() - Method in class me.c7dev.dexterity.displays.schematics.token.Token
 
getTagBinary() - Method in class me.c7dev.dexterity.displays.schematics.HuffmanTree
 
getTempVector() - Method in class me.c7dev.dexterity.util.DexBlock
Get the temporary vector, used in processing
getTo() - Method in class me.c7dev.dexterity.api.events.DisplayTranslationEvent
 
getToSelectedDisplay() - Method in class me.c7dev.dexterity.api.events.SessionSelectionChangeEvent
Returns the DexterityDisplay that the player is about to select, or null
getTransaction() - Method in class me.c7dev.dexterity.api.events.TransactionEvent
 
getTransaction() - Method in class me.c7dev.dexterity.util.QueuedRotation
 
getTransformation() - Method in class me.c7dev.dexterity.util.DexBlock
 
getTransformation() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getType() - Method in class me.c7dev.dexterity.displays.schematics.token.DoubleKey
 
getType() - Method in class me.c7dev.dexterity.displays.schematics.token.StringKey
 
getType() - Method in class me.c7dev.dexterity.displays.schematics.token.Token
 
getUniqueId() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getUniqueId() - Method in class me.c7dev.dexterity.displays.schematics.token.Token
 
getUniqueId() - Method in class me.c7dev.dexterity.util.DexBlock
 
getUniqueId() - Method in class me.c7dev.dexterity.util.DexBlockState
 
getUpDir() - Method in class me.c7dev.dexterity.util.ClickedBlockDisplay
Retrieves the entity's relative up direction basis vector
getUsage(String) - Method in class me.c7dev.dexterity.command.CommandHandler
 
getValue() - Method in class me.c7dev.dexterity.displays.schematics.token.CharToken
 
getValue() - Method in class me.c7dev.dexterity.displays.schematics.token.DoubleKey
 
getValue() - Method in class me.c7dev.dexterity.displays.schematics.token.DoubleToken
 
getValue() - Method in class me.c7dev.dexterity.displays.schematics.token.StringKey
 
getValue() - Method in class me.c7dev.dexterity.displays.schematics.token.StringToken
 
getValue() - Method in class me.c7dev.dexterity.displays.schematics.token.Token
 
getVolume(Location, Location) - Static method in class me.c7dev.dexterity.util.DexUtils
 
getWandType() - Method in class me.c7dev.dexterity.Dexterity
 
getWorld() - Method in class me.c7dev.dexterity.DexSession
 
getWorld() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getWorldEdit() - Method in class me.c7dev.dexterity.Dexterity
 
getX() - Method in class me.c7dev.dexterity.api.DexRotation
 
getXAxis() - Method in class me.c7dev.dexterity.api.DexRotation
 
getY() - Method in class me.c7dev.dexterity.api.DexRotation
 
getYaw() - Method in class me.c7dev.dexterity.api.DexRotation
 
getYaw() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
 
getYaw() - Method in class me.c7dev.dexterity.util.OrientationKey
 
getYAxis() - Method in class me.c7dev.dexterity.api.DexRotation
 
getZ() - Method in class me.c7dev.dexterity.api.DexRotation
 
getZAxis() - Method in class me.c7dev.dexterity.api.DexRotation
 
glow(CommandContext) - Method in class me.c7dev.dexterity.command.CommandHandler
 
GLOW_ARGB - Enum constant in enum class me.c7dev.dexterity.displays.schematics.token.Token.TokenType
 
GRAY - Enum constant in enum class me.c7dev.dexterity.util.ColorEnum
 
GREEN - Enum constant in enum class me.c7dev.dexterity.util.ColorEnum
 
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form