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 level, Armadillo entity, long gameTime) protected booleanArmadilloAi.ArmadilloBallUp.checkExtraStartConditions(ServerLevel level, Armadillo owner) private intArmadilloAi.ArmadilloBallUp.pickNextPeekTimer(Armadillo armadillo) protected voidArmadilloAi.ArmadilloBallUp.start(ServerLevel level, Armadillo entity, long gameTime) protected voidArmadilloAi.ArmadilloPanic.start(ServerLevel p_326201_, Armadillo p_326188_, long p_325949_) protected voidArmadilloAi.ArmadilloBallUp.stop(ServerLevel level, Armadillo entity, long gameTime) protected voidArmadilloAi.ArmadilloBallUp.tick(ServerLevel level, Armadillo owner, long gameTime) static voidArmadilloAi.updateActivity(Armadillo armadillo) Method parameters in net.minecraft.world.entity.animal.armadillo with type arguments of type ArmadilloModifier and TypeMethodDescriptionstatic booleanArmadillo.checkArmadilloSpawnRules(EntityType<Armadillo> entityType, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) private static voidArmadilloAi.initCoreActivity(Brain<Armadillo> brain) private static voidArmadilloAi.initIdleActivity(Brain<Armadillo> brain) private static voidArmadilloAi.initScaredActivity(Brain<Armadillo> brain) protected static Brain<?>