Uses of Class
net.minecraft.entity.passive.ArmadilloEntity
Packages that use ArmadilloEntity
Package
Description
-
Uses of ArmadilloEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ArmadilloEntityModifier and TypeMethodDescriptionArmadilloEntityRenderer.getTexture
(ArmadilloEntity armadilloEntity) protected void
ArmadilloEntityRenderer.setupTransforms
(ArmadilloEntity armadilloEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of ArmadilloEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type ArmadilloEntityModifier and TypeMethodDescriptionvoid
ArmadilloEntityModel.setAngles
(ArmadilloEntity armadilloEntity, float float2, float float3, float float4, float float5, float float6) -
Uses of ArmadilloEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ArmadilloEntity -
Uses of ArmadilloEntity in net.minecraft.entity.ai.brain.sensor
Fields in net.minecraft.entity.ai.brain.sensor with type parameters of type ArmadilloEntityModifier and TypeFieldDescriptionstatic final SensorType<ArmadilloScareDetectedSensor<ArmadilloEntity>>
SensorType.ARMADILLO_SCARE_DETECTED
-
Uses of ArmadilloEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ArmadilloEntityModifier and TypeFieldDescriptionprivate static final SingleTickTask<ArmadilloEntity>
ArmadilloBrain.field_47805
private static final ImmutableList<SensorType<? extends Sensor<? super ArmadilloEntity>>>
ArmadilloBrain.SENSOR_TYPES
Methods in net.minecraft.entity.passive that return types with arguments of type ArmadilloEntityModifier and TypeMethodDescriptionstatic Brain.Profile<ArmadilloEntity>
ArmadilloBrain.createBrainProfile()
protected Brain.Profile<ArmadilloEntity>
ArmadilloEntity.createBrainProfile()
Methods in net.minecraft.entity.passive with parameters of type ArmadilloEntityModifier and TypeMethodDescriptionprotected void
ArmadilloBrain.class_9072.finishRunning
(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected void
ArmadilloBrain.class_9072.keepRunning
(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected void
ArmadilloBrain.class_9072.run
(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected boolean
ArmadilloBrain.class_9072.shouldKeepRunning
(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected boolean
ArmadilloBrain.class_9072.shouldRun
(ServerWorld serverWorld, ArmadilloEntity armadilloEntity) static void
ArmadilloBrain.updateActivities
(ArmadilloEntity armadillo) Method parameters in net.minecraft.entity.passive with type arguments of type ArmadilloEntityModifier and TypeMethodDescriptionprivate static void
ArmadilloBrain.addCoreActivities
(Brain<ArmadilloEntity> brain) private static void
ArmadilloBrain.addIdleActivities
(Brain<ArmadilloEntity> brain) private static void
ArmadilloBrain.addPanicActivities
(Brain<ArmadilloEntity> brain) protected static Brain<?>
ArmadilloBrain.create
(Brain<ArmadilloEntity> brain)