Uses of Class
net.minecraft.entity.passive.CopperGolemEntity
Packages that use CopperGolemEntity
Package
Description
-
Uses of CopperGolemEntity in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return CopperGolemEntityModifier and TypeMethodDescriptionCopperGolemStatueBlockEntity.createCopperGolem(BlockState state) private CopperGolemEntityCopperGolemStatueBlockEntity.setupEntity(BlockState state, CopperGolemEntity entity) Methods in net.minecraft.block.entity with parameters of type CopperGolemEntityModifier and TypeMethodDescriptionvoidCopperGolemStatueBlockEntity.copyDataFrom(CopperGolemEntity copperGolemEntity) private CopperGolemEntityCopperGolemStatueBlockEntity.setupEntity(BlockState state, CopperGolemEntity entity) -
Uses of CopperGolemEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type CopperGolemEntityModifier and TypeMethodDescriptionvoidCopperGolemEntityRenderer.updateRenderState(CopperGolemEntity copperGolemEntity, CopperGolemEntityRenderState copperGolemEntityRenderState, float float2) -
Uses of CopperGolemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CopperGolemEntityModifier and TypeFieldDescriptionstatic final EntityType<CopperGolemEntity> EntityType.COPPER_GOLEM -
Uses of CopperGolemEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type CopperGolemEntityModifier and TypeFieldDescriptionprivate static final ImmutableList<SensorType<? extends Sensor<? super CopperGolemEntity>>> CopperGolemBrain.SENSORSMethods in net.minecraft.entity.passive that return types with arguments of type CopperGolemEntityModifier and TypeMethodDescriptionstatic Brain.Profile<CopperGolemEntity> CopperGolemBrain.createBrainProfile()protected Brain.Profile<CopperGolemEntity> CopperGolemEntity.createBrainProfile()CopperGolemEntity.getBrain()Methods in net.minecraft.entity.passive with parameters of type CopperGolemEntityModifier and TypeMethodDescriptionstatic voidCopperGolemBrain.updateActivity(CopperGolemEntity entity) Method parameters in net.minecraft.entity.passive with type arguments of type CopperGolemEntityModifier and TypeMethodDescriptionprivate static voidCopperGolemBrain.addCoreActivities(Brain<CopperGolemEntity> brain) private static voidCopperGolemBrain.addIdleActivities(Brain<CopperGolemEntity> brain) protected static Brain<?> CopperGolemBrain.create(Brain<CopperGolemEntity> brain)