Uses of Class
net.minecraft.entity.passive.AxolotlEntity
Packages that use AxolotlEntity
Package
Description
-
Uses of AxolotlEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type AxolotlEntityModifier and TypeMethodDescriptionAxolotlEntityRenderer.method_33306(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 AxolotlEntityModifier and TypeClassDescriptionclassAxolotlEntityModel<T extends AxolotlEntity & AngledModelEntity>Represents the model of an AxolotlEntity. -
Uses of AxolotlEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type AxolotlEntity -
Uses of AxolotlEntity in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type AxolotlEntityModifier and TypeMethodDescriptionprotected booleanPlayDeadTask.method_33253(ServerWorld serverWorld, AxolotlEntity axolotlEntity) protected booleanPlayDeadTask.method_33254(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2) protected voidPlayDeadTask.method_33255(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2) protected voidPlayDeadTimerTask.method_33256(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2) -
Uses of AxolotlEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as AxolotlEntityModifier and TypeFieldDescriptionprivate final AxolotlEntityAxolotlEntity.AxolotlMoveControl.axolotlFields in net.minecraft.entity.passive with type parameters of type AxolotlEntityModifier and TypeFieldDescriptionprotected static final ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>>AxolotlEntity.SENSORSMethods in net.minecraft.entity.passive that return types with arguments of type AxolotlEntityModifier and TypeMethodDescriptionprotected Brain.Profile<AxolotlEntity>AxolotlEntity.createBrainProfile()AxolotlEntity.getBrain()Methods in net.minecraft.entity.passive with parameters of type AxolotlEntityModifier and TypeMethodDescriptionstatic voidAxolotlEntity.appreciatePlayer(AxolotlEntity axolotl, LivingEntity livingEntity) private static Optional<? extends LivingEntity>AxolotlBrain.getAttackTarget(AxolotlEntity axolotl) static voidAxolotlBrain.updateActivities(AxolotlEntity axolotl) Method parameters in net.minecraft.entity.passive with type arguments of type AxolotlEntityModifier and TypeMethodDescriptionprivate 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 AxolotlEntityModifierConstructorDescriptionAxolotlLookControl(AxolotlEntity axolotl, int yawAdjustThreshold) AxolotlMoveControl(AxolotlEntity axolotl) Constructor parameters in net.minecraft.entity.passive with type arguments of type AxolotlEntityModifierConstructorDescriptionAxolotlEntity(EntityType<? extends AxolotlEntity> type, World world)