Uses of Class
net.minecraft.entity.passive.AxolotlEntity
Package
Description
-
Uses of AxolotlEntity in net.minecraft.client.render.entity
-
Uses of AxolotlEntity in net.minecraft.client.render.entity.model
Modifier and TypeClassDescriptionclass
AxolotlEntityModel<T extends AxolotlEntity & AngledModelEntity>
Represents the model of an AxolotlEntity. -
Uses of AxolotlEntity in net.minecraft.entity
-
Uses of AxolotlEntity in net.minecraft.entity.ai.brain.task
Modifier and TypeMethodDescriptionprotected void
PlayDeadTask.run
(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2) protected boolean
PlayDeadTask.shouldKeepRunning
(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2) protected boolean
PlayDeadTask.shouldRun
(ServerWorld serverWorld, AxolotlEntity axolotlEntity) -
Uses of AxolotlEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final AxolotlEntity
AxolotlEntity.AxolotlMoveControl.axolotl
Modifier and TypeFieldDescriptionprotected static final ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>>
AxolotlEntity.SENSORS
Modifier and TypeMethodDescriptionprotected Brain.Profile<AxolotlEntity>
AxolotlEntity.createBrainProfile()
AxolotlEntity.getBrain()
Modifier and TypeMethodDescriptionstatic void
AxolotlEntity.appreciatePlayer
(AxolotlEntity axolotl, LivingEntity entity) private static Optional<? extends LivingEntity>
AxolotlBrain.getAttackTarget
(AxolotlEntity axolotl) static void
AxolotlBrain.updateActivities
(AxolotlEntity axolotl) Modifier and TypeMethodDescriptionprivate static void
AxolotlBrain.addCoreActivities
(Brain<AxolotlEntity> brain) private static void
AxolotlBrain.addFightActivities
(Brain<AxolotlEntity> brain) private static void
AxolotlBrain.addIdleActivities
(Brain<AxolotlEntity> brain) private static void
AxolotlBrain.addPlayDeadActivities
(Brain<AxolotlEntity> brain) protected static Brain<?>
AxolotlBrain.create
(Brain<AxolotlEntity> brain) ModifierConstructorDescriptionAxolotlLookControl
(AxolotlEntity axolotl, int yawAdjustThreshold) AxolotlMoveControl
(AxolotlEntity axolotl) ModifierConstructorDescriptionAxolotlEntity
(EntityType<? extends AxolotlEntity> type, World world)