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 voidArmadilloEntityRenderer.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 TypeMethodDescriptionvoidArmadilloEntityModel.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_47805private static final ImmutableList<SensorType<? extends Sensor<? super ArmadilloEntity>>>ArmadilloBrain.SENSOR_TYPESMethods 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 voidArmadilloBrain.class_9072.finishRunning(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected voidArmadilloBrain.class_9072.keepRunning(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected voidArmadilloBrain.class_9072.run(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected booleanArmadilloBrain.class_9072.shouldKeepRunning(ServerWorld serverWorld, ArmadilloEntity armadilloEntity, long long2) protected booleanArmadilloBrain.class_9072.shouldRun(ServerWorld serverWorld, ArmadilloEntity armadilloEntity) static voidArmadilloBrain.updateActivities(ArmadilloEntity armadillo) Method parameters in net.minecraft.entity.passive with type arguments of type ArmadilloEntityModifier and TypeMethodDescriptionprivate static voidArmadilloBrain.addCoreActivities(Brain<ArmadilloEntity> brain) private static voidArmadilloBrain.addIdleActivities(Brain<ArmadilloEntity> brain) private static voidArmadilloBrain.addPanicActivities(Brain<ArmadilloEntity> brain) protected static Brain<?>ArmadilloBrain.create(Brain<ArmadilloEntity> brain)