Uses of Enum Class
net.minecraft.entity.passive.CopperGolemState
Packages that use CopperGolemState
Package
Description
-
Uses of CopperGolemState in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as CopperGolemState -
Uses of CopperGolemState in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type CopperGolemStateModifier and TypeFieldDescriptionstatic final TrackedDataHandler<CopperGolemState> TrackedDataHandlerRegistry.COPPER_GOLEM_STATE -
Uses of CopperGolemState in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type CopperGolemStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopperGolemState> CopperGolemState.CODECprivate static final TrackedData<CopperGolemState> CopperGolemEntity.COPPER_GOLEM_STATEprivate static final IntFunction<CopperGolemState> CopperGolemState.INDEX_MAPPERstatic final PacketCodec<ByteBuf, CopperGolemState> CopperGolemState.PACKET_CODECMethods in net.minecraft.entity.passive that return CopperGolemStateModifier and TypeMethodDescriptionCopperGolemEntity.getState()static CopperGolemStateReturns the enum constant of this class with the specified name.static CopperGolemState[]CopperGolemState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type CopperGolemStateModifier and TypeMethodDescriptionprivate static MoveItemsTask.InteractionCallbackCopperGolemBrain.createInteractionCallback(CopperGolemState state, @Nullable SoundEvent soundEvent) voidCopperGolemEntity.setState(CopperGolemState state)