Uses of Enum Class
net.minecraft.world.entity.animal.coppergolem.CopperGolemState
Packages that use CopperGolemState
Package
Description
-
Uses of CopperGolemState in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as CopperGolemState -
Uses of CopperGolemState in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type CopperGolemStateModifier and TypeFieldDescriptionstatic final EntityDataSerializer<CopperGolemState> EntityDataSerializers.COPPER_GOLEM_STATE -
Uses of CopperGolemState in net.minecraft.world.entity.animal.coppergolem
Fields in net.minecraft.world.entity.animal.coppergolem with type parameters of type CopperGolemStateModifier and TypeFieldDescriptionprivate static final IntFunction<CopperGolemState> CopperGolemState.BY_IDstatic final com.mojang.serialization.Codec<CopperGolemState> CopperGolemState.CODECprivate static final EntityDataAccessor<CopperGolemState> CopperGolem.COPPER_GOLEM_STATEstatic final StreamCodec<io.netty.buffer.ByteBuf, CopperGolemState> CopperGolemState.STREAM_CODECMethods in net.minecraft.world.entity.animal.coppergolem that return CopperGolemStateModifier and TypeMethodDescriptionCopperGolem.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.world.entity.animal.coppergolem with parameters of type CopperGolemStateModifier and TypeMethodDescriptionprivate static TransportItemsBetweenContainers.OnTargetReachedInteractionCopperGolemAi.onReachedTargetInteraction(CopperGolemState pStatue, SoundEvent pSound) voidCopperGolem.setState(CopperGolemState pState)