Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- recalculateCenter() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Recalculates the average block display location and determines the overall selection's scale
- RecenterTransaction - Class in me.c7dev.dexterity.transaction
- RecenterTransaction(DexterityDisplay) - Constructor for class me.c7dev.dexterity.transaction.RecenterTransaction
- RED - Enum constant in enum me.c7dev.dexterity.util.ColorEnum
- redo() - Method in class me.c7dev.dexterity.DexSession
-
Executes 1 redo
- redo() - Method in class me.c7dev.dexterity.transaction.BlockTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.BlockTransactionLine
- redo() - Method in class me.c7dev.dexterity.transaction.BuildTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.ConvertTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.DeconvertTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.RecenterTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.RemoveTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.RotationTransaction
- redo() - Method in class me.c7dev.dexterity.transaction.ScaleTransaction
- redo() - Method in interface me.c7dev.dexterity.transaction.Transaction
- redo(int) - Method in class me.c7dev.dexterity.DexSession
-
Executes a number of redo(s)
- refresh(Dexterity) - Method in class me.c7dev.dexterity.transaction.BlockTransactionLine
- refreshAxis() - Method in class me.c7dev.dexterity.api.DexRotation
-
Recalculate the axes of the selection based on the most common
DexBlock
rotation - refreshMountedPlayer() - Method in class me.c7dev.dexterity.displays.animation.SitAnimation
- reloadBlocks(List<Token>) - Method in class me.c7dev.dexterity.displays.schematics.Schematic
-
Interprets the token sequence to translate back into
DexBlock
states - remove() - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Delete this display and sub-displays from the world
- remove() - Method in class me.c7dev.dexterity.util.DexBlock
-
Kill entity and unregister from selection
- remove(boolean) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Delete this display and sub-displays from the world
- removeAnimation(Animation) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Unregisters an animation from display
- removeAxes() - Method in class me.c7dev.dexterity.DexSession
- removeBlock(DexBlock) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Removes a DexBlock to the selection.
- removeBlock(DexBlock) - Method in class me.c7dev.dexterity.transaction.BuildTransaction
- removeCommand(InteractionCommand) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Removes a command from being run when display is clicked
- removeMarker(BlockDisplay) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Removes a marker point before the timer expires
- removeMarker(BlockDisplay[]) - Method in class me.c7dev.dexterity.api.DexterityAPI
-
Removes a marker vector before the timer expires
- removeSubdisplay(DexterityDisplay) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
- RemoveTransaction - Class in me.c7dev.dexterity.transaction
- RemoveTransaction(DexterityDisplay) - Constructor for class me.c7dev.dexterity.transaction.RemoveTransaction
- reset - Variable in class me.c7dev.dexterity.util.RotationPlan
- reset() - Method in class me.c7dev.dexterity.displays.animation.Animation
- reset() - Method in class me.c7dev.dexterity.displays.animation.LinearTranslationAnimation
- reset() - Method in class me.c7dev.dexterity.displays.animation.RotationAnimation
- RideableAnimation - Interface in me.c7dev.dexterity.displays.animation
- RideAnimation - Class in me.c7dev.dexterity.displays.animation
- RideAnimation(DexterityDisplay) - Constructor for class me.c7dev.dexterity.displays.animation.RideAnimation
- RideAnimation.LookMode - Enum in me.c7dev.dexterity.displays.animation
- ROFFSET_X - Enum constant in enum me.c7dev.dexterity.displays.schematics.token.Token.TokenType
- ROFFSET_Y - Enum constant in enum me.c7dev.dexterity.displays.schematics.token.Token.TokenType
- ROFFSET_Z - Enum constant in enum me.c7dev.dexterity.displays.schematics.token.Token.TokenType
- ROLL - Enum constant in enum me.c7dev.dexterity.displays.schematics.token.Token.TokenType
- roll_deg - Variable in class me.c7dev.dexterity.util.RotationPlan
- RollOffset - Class in me.c7dev.dexterity.util
-
Used to calculate the roll degrees, roll offset vector, or transformation quaternion for a DexBlock
- RollOffset(float, Vector) - Constructor for class me.c7dev.dexterity.util.RollOffset
-
Constructs the roll offset vector and quaternion
- RollOffset(Quaternionf, Vector) - Constructor for class me.c7dev.dexterity.util.RollOffset
-
Constructs the roll offset vector and roll degrees Quaternion must only have rotation in z axis
- rootDisplay(DexterityDisplay) - Static method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Retrieves the root node of the sub-display tree of a display
- rotate(float) - Method in class me.c7dev.dexterity.api.DexRotation
-
Rotate around the yaw axis in degrees
- rotate(float, float, float) - Method in class me.c7dev.dexterity.api.DexRotation
-
Rotate around the yaw, pitch, and roll directions in degrees
- rotate(float, float, float) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Rotate the display along the yaw, pitch, and roll directions
- rotate(QueuedRotation) - Method in class me.c7dev.dexterity.api.DexRotation
-
Queue a rotation
- rotate(RotationPlan) - Method in class me.c7dev.dexterity.api.DexRotation
-
Rotate by a specified plan with details about every axis and if it is asynchronous.
- rotate(RotationPlan) - Method in class me.c7dev.dexterity.displays.DexterityDisplay
-
Rotate the selection
- rotate(Quaterniond) - Method in class me.c7dev.dexterity.api.DexRotation
-
Queue a rotation
- rotate(Quaterniond, boolean) - Method in class me.c7dev.dexterity.api.DexRotation
-
Queue a rotation
- ROTATE - Enum constant in enum me.c7dev.dexterity.DexSession.AxisType
- RotationAnimation - Class in me.c7dev.dexterity.displays.animation
- RotationAnimation(DexterityDisplay, int, RotationPlan) - Constructor for class me.c7dev.dexterity.displays.animation.RotationAnimation
- RotationPlan - Class in me.c7dev.dexterity.util
-
Simple class to store all the possible amounts in degrees for each axis to run in a single rotation
- RotationPlan() - Constructor for class me.c7dev.dexterity.util.RotationPlan
- RotationTransaction - Class in me.c7dev.dexterity.transaction
- RotationTransaction(DexterityDisplay) - Constructor for class me.c7dev.dexterity.transaction.RotationTransaction
- rotMat(double, double, double) - Static method in class me.c7dev.dexterity.util.DexUtils
- rotMatDeg(double, double, double) - Static method in class me.c7dev.dexterity.util.DexUtils
- round(double, int) - Static method in class me.c7dev.dexterity.util.DexUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form