Uses of Class
net.minecraft.entity.passive.AxolotlEntity
Package
Description
-
Uses of AxolotlEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionvoid
AxolotlEntityRenderer.updateRenderState
(AxolotlEntity axolotlEntity, AxolotlEntityRenderState axolotlEntityRenderState, float float2) -
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
(ServerWorld world, AxolotlEntity axolotl, LivingEntity target) private static Optional
<? extends LivingEntity> AxolotlBrain.getAttackTarget
(ServerWorld world, 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)