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_OUTprivate static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Armadillo>>> ArmadilloAi.SENSOR_TYPESMethods 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 booleanArmadilloAi.ArmadilloBallUp.canStillUse(ServerLevel p_316577_, Armadillo p_316565_, long p_316753_) protected booleanArmadilloAi.ArmadilloBallUp.checkExtraStartConditions(ServerLevel p_316768_, Armadillo p_316762_) private intArmadilloAi.ArmadilloBallUp.pickNextPeekTimer(Armadillo p_326014_) protected voidArmadilloAi.ArmadilloBallUp.start(ServerLevel p_316659_, Armadillo p_316121_, long p_316872_) protected voidArmadilloAi.ArmadilloPanic.start(ServerLevel p_326201_, Armadillo p_326188_, long p_325949_) protected voidArmadilloAi.ArmadilloBallUp.stop(ServerLevel p_316572_, Armadillo p_316192_, long p_316823_) protected voidArmadilloAi.ArmadilloBallUp.tick(ServerLevel p_316315_, Armadillo p_316310_, long p_316415_) static voidArmadilloAi.updateActivity(Armadillo p_316575_) Method parameters in net.minecraft.world.entity.animal.armadillo with type arguments of type ArmadilloModifier and TypeMethodDescriptionstatic booleanArmadillo.checkArmadilloSpawnRules(EntityType<Armadillo> p_320958_, LevelAccessor p_320908_, MobSpawnType p_320788_, BlockPos p_320500_, RandomSource p_319883_) private static voidArmadilloAi.initCoreActivity(Brain<Armadillo> p_316229_) private static voidArmadilloAi.initIdleActivity(Brain<Armadillo> p_316840_) private static voidArmadilloAi.initScaredActivity(Brain<Armadillo> p_316854_) protected static Brain<?>