Uses of Class
net.minecraft.world.entity.animal.armadillo.Armadillo
Packages that use Armadillo
Package
Description
-
Uses of Armadillo in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Armadillo in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type ArmadilloModifier and TypeMethodDescriptionvoidArmadilloRenderer.extractRenderState(Armadillo entity, ArmadilloRenderState state, float partialTicks) -
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
Subclasses with type arguments of type Armadillo in net.minecraft.world.entity.animal.armadilloModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.world.entity.animal.armadillo with type parameters of type ArmadilloModifier and TypeFieldDescriptionArmadilloAi.ARMADILLO_ROLLING_OUTprivate static final Brain.Provider<Armadillo> Armadillo.BRAIN_PROVIDERMethods in net.minecraft.world.entity.animal.armadillo that return types with arguments of type ArmadilloModifier and TypeMethodDescriptionprotected static List<ActivityData<Armadillo>> ArmadilloAi.getActivities()Armadillo.getBrain()private static ActivityData<Armadillo> ArmadilloAi.initCoreActivity()private static ActivityData<Armadillo> ArmadilloAi.initIdleActivity()private static ActivityData<Armadillo> ArmadilloAi.initScaredActivity()Armadillo.makeBrain(Brain.Packed packedBrain) Methods in net.minecraft.world.entity.animal.armadillo with parameters of type ArmadilloModifier and TypeMethodDescriptionprotected booleanArmadilloAi.ArmadilloBallUp.canStillUse(ServerLevel level, Armadillo body, long timestamp) protected booleanArmadilloAi.ArmadilloBallUp.checkExtraStartConditions(ServerLevel level, Armadillo body) private intArmadilloAi.ArmadilloBallUp.pickNextPeekTimer(Armadillo body) protected voidArmadilloAi.ArmadilloBallUp.start(ServerLevel level, Armadillo body, long timestamp) protected voidArmadilloAi.ArmadilloPanic.start(ServerLevel level, Armadillo armadillo, long timestamp) protected voidArmadilloAi.ArmadilloBallUp.stop(ServerLevel level, Armadillo body, long timestamp) protected voidArmadilloAi.ArmadilloBallUp.tick(ServerLevel level, Armadillo body, long timestamp) static voidArmadilloAi.updateActivity(Armadillo body) Method parameters in net.minecraft.world.entity.animal.armadillo with type arguments of type ArmadilloModifier and TypeMethodDescriptionstatic booleanArmadillo.checkArmadilloSpawnRules(EntityType<Armadillo> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random)