Uses of Class
net.minecraft.world.entity.animal.armadillo.Armadillo
Packages that use Armadillo
Package
Description
-
Uses of Armadillo in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type Armadillo -
Uses of Armadillo in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Armadillo -
Uses of Armadillo in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Armadillo -
Uses of Armadillo in net.minecraft.world.entity.ai.sensing
Fields in net.minecraft.world.entity.ai.sensing with type parameters of type ArmadilloModifier and TypeFieldDescriptionstatic final SensorType
<MobSensor<Armadillo>> SensorType.ARMADILLO_SCARE_DETECTED
-
Uses of Armadillo in net.minecraft.world.entity.animal.armadillo
Fields in net.minecraft.world.entity.animal.armadillo with type parameters of type ArmadilloModifier and TypeFieldDescriptionArmadilloAi.ARMADILLO_ROLLING_OUT
private static final com.google.common.collect.ImmutableList
<SensorType<? extends Sensor<? super Armadillo>>> ArmadilloAi.SENSOR_TYPES
Methods in net.minecraft.world.entity.animal.armadillo that return types with arguments of type ArmadilloModifier and TypeMethodDescriptionprotected Brain.Provider
<Armadillo> Armadillo.brainProvider()
static Brain.Provider
<Armadillo> ArmadilloAi.brainProvider()
Methods in net.minecraft.world.entity.animal.armadillo with parameters of type ArmadilloModifier and TypeMethodDescriptionprotected boolean
ArmadilloAi.ArmadilloBallUp.canStillUse
(ServerLevel level, Armadillo entity, long gameTime) protected boolean
ArmadilloAi.ArmadilloBallUp.checkExtraStartConditions
(ServerLevel level, Armadillo owner) private int
ArmadilloAi.ArmadilloBallUp.pickNextPeekTimer
(Armadillo armadillo) protected void
ArmadilloAi.ArmadilloBallUp.start
(ServerLevel level, Armadillo entity, long gameTime) protected void
ArmadilloAi.ArmadilloPanic.start
(ServerLevel p_326201_, Armadillo p_326188_, long p_325949_) protected void
ArmadilloAi.ArmadilloBallUp.stop
(ServerLevel level, Armadillo entity, long gameTime) protected void
ArmadilloAi.ArmadilloBallUp.tick
(ServerLevel level, Armadillo owner, long gameTime) static void
ArmadilloAi.updateActivity
(Armadillo armadillo) Method parameters in net.minecraft.world.entity.animal.armadillo with type arguments of type ArmadilloModifier and TypeMethodDescriptionstatic boolean
Armadillo.checkArmadilloSpawnRules
(EntityType<Armadillo> entityType, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) private static void
ArmadilloAi.initCoreActivity
(Brain<Armadillo> brain) private static void
ArmadilloAi.initIdleActivity
(Brain<Armadillo> brain) private static void
ArmadilloAi.initScaredActivity
(Brain<Armadillo> brain) protected static Brain
<?>