Uses of Class
me.c7dev.dexterity.util.DexTransformation
-
Uses of DexTransformation in me.c7dev.dexterity.util
Modifier and TypeMethodDescriptionDexTransformation.clone()
DexBlock.getTransformation()
DexBlockState.getTransformation()
static DexTransformation
DexTransformation.newDefaultTransformation()
DexTransformation.setDisplacement
(float x, float y, float z) DexTransformation.setDisplacement
(org.bukkit.util.Vector d) DexTransformation.setLeftRotation
(org.joml.Quaternionf lr) DexTransformation.setRightRotation
(org.joml.Quaternionf rr) DexTransformation.setRollOffset
(org.bukkit.util.Vector v) DexTransformation.setScale
(float x, float y, float z) DexTransformation.setScale
(org.bukkit.util.Vector s) Modifier and TypeMethodDescriptionvoid
DexBlock.setTransformation
(DexTransformation dt) Sets the transformation wrapper and updates the entityModifierConstructorDescriptionDexBlockState
(org.bukkit.Location loc, UUID uuid, DexTransformation trans, org.bukkit.block.data.BlockData block, DexterityDisplay disp, float roll, org.bukkit.Color glow)