Uses of Class
net.minecraft.world.entity.animal.coppergolem.CopperGolem
Packages that use CopperGolem
Package
Description
-
Uses of CopperGolem in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CopperGolemModifier and TypeMethodDescriptionvoidCopperGolemRenderer.extractRenderState(CopperGolem p_433175_, CopperGolemRenderState p_435246_, float p_435082_) -
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.coppergolem
Fields in net.minecraft.world.entity.animal.coppergolem with type parameters of type CopperGolemModifier and TypeFieldDescriptionprivate static final ImmutableList<SensorType<? extends Sensor<? super CopperGolem>>> CopperGolemAi.SENSOR_TYPESMethods in net.minecraft.world.entity.animal.coppergolem that return types with arguments of type CopperGolemModifier and TypeMethodDescriptionprotected Brain.Provider<CopperGolem> CopperGolem.brainProvider()static Brain.Provider<CopperGolem> CopperGolemAi.brainProvider()CopperGolem.getBrain()Methods in net.minecraft.world.entity.animal.coppergolem with parameters of type CopperGolemMethod parameters in net.minecraft.world.entity.animal.coppergolem with type arguments of type CopperGolemModifier and TypeMethodDescriptionprivate static voidCopperGolemAi.initCoreActivity(Brain<CopperGolem> brain) private static voidCopperGolemAi.initIdleActivity(Brain<CopperGolem> brain) protected static Brain<?> CopperGolemAi.makeBrain(Brain<CopperGolem> brain) -
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 blockState, CopperGolem copperGolem) CopperGolemStatueBlockEntity.removeStatue(BlockState state) Methods in net.minecraft.world.level.block.entity with parameters of type CopperGolemModifier and TypeMethodDescriptionvoidCopperGolemStatueBlockEntity.createStatue(CopperGolem golem) private CopperGolemCopperGolemStatueBlockEntity.initCopperGolem(BlockState blockState, CopperGolem copperGolem)