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 TypeMethodDescriptionvoid
AxolotlEntityRenderer.updateRenderState
(AxolotlEntity axolotlEntity, AxolotlEntityRenderState axolotlEntityRenderState, float float2) -
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 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
Fields in net.minecraft.entity.passive declared as AxolotlEntityModifier and TypeFieldDescriptionprivate final AxolotlEntity
AxolotlEntity.AxolotlMoveControl.axolotl
Fields in net.minecraft.entity.passive with type parameters of type AxolotlEntityModifier and TypeFieldDescriptionprotected static final ImmutableList
<? extends SensorType<? extends Sensor<? super AxolotlEntity>>> AxolotlEntity.SENSORS
Methods 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 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) Method parameters in net.minecraft.entity.passive with type arguments of type AxolotlEntityModifier 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) 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)