Uses of Class
net.minecraft.world.entity.animal.armadillo.Armadillo
Package
Description
-
Uses of Armadillo in net.minecraft.client.model
-
Uses of Armadillo in net.minecraft.client.renderer.entity
-
Uses of Armadillo in net.minecraft.world.entity
-
Uses of Armadillo in net.minecraft.world.entity.ai.sensing
Modifier and TypeFieldDescriptionstatic final SensorType
<MobSensor<Armadillo>> SensorType.ARMADILLO_SCARE_DETECTED
-
Uses of Armadillo in net.minecraft.world.entity.animal.armadillo
Modifier and TypeFieldDescriptionArmadilloAi.ARMADILLO_ROLLING_OUT
private static final com.google.common.collect.ImmutableList
<SensorType<? extends Sensor<? super Armadillo>>> ArmadilloAi.SENSOR_TYPES
Modifier and TypeMethodDescriptionprotected Brain.Provider
<Armadillo> Armadillo.brainProvider()
static Brain.Provider
<Armadillo> ArmadilloAi.brainProvider()
Modifier and TypeMethodDescriptionprotected boolean
ArmadilloAi.ArmadilloBallUp.canStillUse
(ServerLevel p_316577_, Armadillo p_316565_, long p_316753_) protected boolean
ArmadilloAi.ArmadilloBallUp.checkExtraStartConditions
(ServerLevel p_316768_, Armadillo p_316762_) private int
ArmadilloAi.ArmadilloBallUp.pickNextPeekTimer
(Armadillo p_326014_) protected void
ArmadilloAi.ArmadilloBallUp.start
(ServerLevel p_316659_, Armadillo p_316121_, long p_316872_) protected void
ArmadilloAi.ArmadilloPanic.start
(ServerLevel p_326201_, Armadillo p_326188_, long p_325949_) protected void
ArmadilloAi.ArmadilloBallUp.stop
(ServerLevel p_316572_, Armadillo p_316192_, long p_316823_) protected void
ArmadilloAi.ArmadilloBallUp.tick
(ServerLevel p_316315_, Armadillo p_316310_, long p_316415_) static void
ArmadilloAi.updateActivity
(Armadillo p_316575_) Modifier and TypeMethodDescriptionstatic boolean
Armadillo.checkArmadilloSpawnRules
(EntityType<Armadillo> p_320958_, LevelAccessor p_320908_, MobSpawnType p_320788_, BlockPos p_320500_, RandomSource p_319883_) private static void
ArmadilloAi.initCoreActivity
(Brain<Armadillo> p_316229_) private static void
ArmadilloAi.initIdleActivity
(Brain<Armadillo> p_316840_) private static void
ArmadilloAi.initScaredActivity
(Brain<Armadillo> p_316854_) protected static Brain
<?>