Uses of Enum Class
net.minecraft.world.level.block.CopperGolemStatueBlock.Pose
Packages that use CopperGolemStatueBlock.Pose
Package
Description
-
Uses of CopperGolemStatueBlock.Pose in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionprivate final Map<CopperGolemStatueBlock.Pose, CopperGolemStatueModel> CopperGolemStatueBlockRenderer.models -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.client.renderer.blockentity.state
Fields in net.minecraft.client.renderer.blockentity.state declared as CopperGolemStatueBlock.Pose -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionprivate final CopperGolemStatueBlock.PoseCopperGolemStatueSpecialRenderer.Unbaked.poseThe field for theposerecord component.Methods in net.minecraft.client.renderer.special that return CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionCopperGolemStatueSpecialRenderer.Unbaked.pose()Returns the value of theposerecord component.Methods in net.minecraft.client.renderer.special with parameters of type CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionprivate static ModelLayerLocationCopperGolemStatueSpecialRenderer.Unbaked.getModel(CopperGolemStatueBlock.Pose pose) Constructors in net.minecraft.client.renderer.special with parameters of type CopperGolemStatueBlock.PoseModifierConstructorDescriptionUnbaked(Identifier texture, CopperGolemStatueBlock.Pose pose) Creates an instance of aUnbakedrecord class. -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.world.level.block
Subclasses with type arguments of type CopperGolemStatueBlock.Pose in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionstatic final IntFunction<CopperGolemStatueBlock.Pose> CopperGolemStatueBlock.Pose.BY_IDstatic final com.mojang.serialization.Codec<CopperGolemStatueBlock.Pose> CopperGolemStatueBlock.Pose.CODECstatic final EnumProperty<CopperGolemStatueBlock.Pose> CopperGolemStatueBlock.POSEMethods in net.minecraft.world.level.block that return CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionCopperGolemStatueBlock.Pose.getNextPose()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.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type CopperGolemStatueBlock.PoseModifier and TypeMethodDescriptionCopperGolemStatueBlockEntity.getItem(ItemStack itemStack, CopperGolemStatueBlock.Pose pose) -
Uses of CopperGolemStatueBlock.Pose in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type CopperGolemStatueBlock.PoseModifier and TypeFieldDescriptionstatic final EnumProperty<CopperGolemStatueBlock.Pose> BlockStateProperties.COPPER_GOLEM_POSE