Uses of Class
net.minecraft.entity.passive.AxolotlEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.ai.brain.task | |
| net.minecraft.entity.passive |
-
Uses of AxolotlEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type AxolotlEntity Modifier and Type Method Description IdentifierAxolotlEntityRenderer. getTexture(AxolotlEntity axolotlEntity) -
Uses of AxolotlEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type AxolotlEntity Modifier and Type Class Description classAxolotlEntityModel<T extends AxolotlEntity> -
Uses of AxolotlEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type AxolotlEntity Modifier and Type Field Description static EntityType<AxolotlEntity>EntityType. AXOLOTL -
Uses of AxolotlEntity in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type AxolotlEntity Modifier and Type Method Description protected voidPlayDeadTask. run(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)protected voidPlayDeadTimerTask. run(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)protected booleanPlayDeadTask. shouldKeepRunning(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)protected booleanPlayDeadTask. shouldRun(ServerWorld serverWorld, AxolotlEntity axolotlEntity) -
Uses of AxolotlEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as AxolotlEntity Modifier and Type Field Description private AxolotlEntityAxolotlEntity.AxolotlMoveControl. axolotlFields in net.minecraft.entity.passive with type parameters of type AxolotlEntity Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>>AxolotlEntity. SENSORSMethods in net.minecraft.entity.passive that return types with arguments of type AxolotlEntity Modifier and Type Method Description protected Brain.Profile<AxolotlEntity>AxolotlEntity. createBrainProfile()Brain<AxolotlEntity>AxolotlEntity. getBrain()Methods in net.minecraft.entity.passive with parameters of type AxolotlEntity Modifier and Type Method Description private static Optional<? extends LivingEntity>AxolotlBrain. getAttackTarget(AxolotlEntity axolotl)private static booleanAxolotlBrain. hasBreedTarget(AxolotlEntity axolotl)static voidAxolotlBrain. method_33244(AxolotlEntity axolotl)static voidAxolotlEntity. method_35175(AxolotlEntity axolotlEntity)Method parameters in net.minecraft.entity.passive with type arguments of type AxolotlEntity Modifier and Type Method Description private static voidAxolotlBrain. addCoreActivities(Brain<AxolotlEntity> brain)private static voidAxolotlBrain. addFightActivities(Brain<AxolotlEntity> brain)private static voidAxolotlBrain. addIdleActivities(Brain<AxolotlEntity> brain)private static voidAxolotlBrain. addPlayDeadActivities(Brain<AxolotlEntity> brain)protected static Brain<?>AxolotlBrain. create(Brain<AxolotlEntity> brain)Constructors in net.minecraft.entity.passive with parameters of type AxolotlEntity Constructor Description AxolotlLookControl(AxolotlEntity axolotl, int maxYawDifference)AxolotlMoveControl(AxolotlEntity axolotl)AxolotlSwimNavigation(AxolotlEntity axolotl, World world)Constructor parameters in net.minecraft.entity.passive with type arguments of type AxolotlEntity Constructor Description AxolotlEntity(EntityType<? extends AxolotlEntity> type, World world)