Uses of Enum Class
net.minecraft.world.entity.animal.golem.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.golem
Fields in net.minecraft.world.entity.animal.golem 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.golem 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.golem with parameters of type CopperGolemStateModifier and TypeMethodDescriptionprivate static TransportItemsBetweenContainers.OnTargetReachedInteractionCopperGolemAi.onReachedTargetInteraction(CopperGolemState pState, @Nullable SoundEvent pSoundEvent) voidCopperGolem.setState(CopperGolemState pState)