Uses of Class
net.minecraft.world.entity.animal.golem.CopperGolem
Packages that use CopperGolem
Package
Description
-
Uses of CopperGolem in net.minecraft.client.renderer.entity
Subclasses with type arguments of type CopperGolem in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type CopperGolemModifier and TypeMethodDescriptionvoidCopperGolemRenderer.extractRenderState(CopperGolem entity, CopperGolemRenderState state, float partialTicks) -
Uses of CopperGolem in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type CopperGolem -
Uses of CopperGolem in net.minecraft.world.entity.animal.golem
Fields in net.minecraft.world.entity.animal.golem with type parameters of type CopperGolemModifier and TypeFieldDescriptionprivate static final Brain.Provider<CopperGolem> CopperGolem.BRAIN_PROVIDERMethods in net.minecraft.world.entity.animal.golem that return types with arguments of type CopperGolemModifier and TypeMethodDescriptionprotected static List<ActivityData<CopperGolem>> CopperGolemAi.getActivities()CopperGolem.getBrain()private static ActivityData<CopperGolem> CopperGolemAi.initCoreActivity()private static ActivityData<CopperGolem> CopperGolemAi.initIdleActivity()protected Brain<CopperGolem> CopperGolem.makeBrain(Brain.Packed packedBrain) Methods in net.minecraft.world.entity.animal.golem with parameters of type CopperGolem -
Uses of CopperGolem in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return CopperGolemModifier and TypeMethodDescriptionprivate CopperGolemCopperGolemStatueBlockEntity.initCopperGolem(BlockState state, CopperGolem copperGolem) @Nullable CopperGolemCopperGolemStatueBlockEntity.removeStatue(BlockState state) Methods in net.minecraft.world.level.block.entity with parameters of type CopperGolemModifier and TypeMethodDescriptionvoidCopperGolemStatueBlockEntity.createStatue(CopperGolem copperGolem) private CopperGolemCopperGolemStatueBlockEntity.initCopperGolem(BlockState state, CopperGolem copperGolem)