Uses of Enum Class
net.minecraft.block.CopperGolemStatueBlock.Pose
Packages that use CopperGolemStatueBlock.Pose
Package
Description
-
Uses of CopperGolemStatueBlock.Pose in net.minecraft.block
Fields in net.minecraft.block with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopperGolemStatueBlock.Pose> CopperGolemStatueBlock.Pose.CODECstatic final IntFunction<CopperGolemStatueBlock.Pose> CopperGolemStatueBlock.Pose.INDEX_MAPPERstatic final EnumProperty<CopperGolemStatueBlock.Pose> CopperGolemStatueBlock.POSEMethods in net.minecraft.block that return CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionCopperGolemStatueBlock.Pose.getNext()static CopperGolemStatueBlock.PoseReturns the enum constant of this class with the specified name.static CopperGolemStatueBlock.Pose[]CopperGolemStatueBlock.Pose.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionCopperGolemStatueBlockEntity.withComponents(ItemStack stack, CopperGolemStatueBlock.Pose pose) -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionprivate final Map<CopperGolemStatueBlock.Pose, CopperGolemStatueModel> CopperGolemStatueBlockEntityRenderer.models -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.client.render.block.entity.state
Fields in net.minecraft.client.render.block.entity.state declared as CopperGolemStatueBlock.Pose -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.client.render.item.model.special
Fields in net.minecraft.client.render.item.model.special declared as CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionprivate final CopperGolemStatueBlock.PoseCopperGolemStatueModelRenderer.Unbaked.poseThe field for theposerecord component.Fields in net.minecraft.client.render.item.model.special with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescription(package private) static final Map<CopperGolemStatueBlock.Pose, EntityModelLayer> CopperGolemStatueModelRenderer.POSE_TO_LAYERMethods in net.minecraft.client.render.item.model.special that return CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionCopperGolemStatueModelRenderer.Unbaked.pose()Returns the value of theposerecord component.Constructors in net.minecraft.client.render.item.model.special with parameters of type CopperGolemStatueBlock.PoseModifierConstructorDescriptionUnbaked(Oxidizable.OxidationLevel oxidationLevel, CopperGolemStatueBlock.Pose pose) Unbaked(Identifier identifier, CopperGolemStatueBlock.Pose pose) -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionstatic final EnumProperty<CopperGolemStatueBlock.Pose> Properties.COPPER_GOLEM_POSEA property that specifies the pose of a copper golem statue block.