Uses of Interface
net.minecraft.client.renderer.block.model.BlockElementRotation.RotationValue
Packages that use BlockElementRotation.RotationValue
Package
Description
-
Uses of BlockElementRotation.RotationValue in net.minecraft.client.renderer.block.model
Classes in net.minecraft.client.renderer.block.model that implement BlockElementRotation.RotationValueModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.client.renderer.block.model declared as BlockElementRotation.RotationValueModifier and TypeFieldDescriptionprivate final BlockElementRotation.RotationValueBlockElementRotation.valueThe field for thevaluerecord component.Methods in net.minecraft.client.renderer.block.model that return BlockElementRotation.RotationValueModifier and TypeMethodDescriptionBlockElementRotation.value()Returns the value of thevaluerecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotation.RotationValueModifier and TypeMethodDescriptionprivate static Matrix4fBlockElementRotation.computeTransform(BlockElementRotation.RotationValue pValue, boolean pRescale) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotation.RotationValueModifierConstructorDescriptionBlockElementRotation(Vector3fc p_454819_, BlockElementRotation.RotationValue p_470664_, boolean p_455033_) BlockElementRotation(Vector3fc origin, BlockElementRotation.RotationValue value, boolean rescale, Matrix4fc transform) Creates an instance of aBlockElementRotationrecord class. -
Uses of BlockElementRotation.RotationValue in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as BlockElementRotation.RotationValueModifier and TypeFieldDescriptionprivate @Nullable BlockElementRotation.RotationValueRotationBuilder.value