Uses of Class
net.minecraft.world.entity.animal.axolotl.Axolotl
Packages that use Axolotl
Package
Description
-
Uses of Axolotl in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Axolotl in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type AxolotlModifier and TypeMethodDescriptionvoidAxolotlRenderer.extractRenderState(Axolotl entity, AxolotlRenderState state, float partialTicks) -
Uses of Axolotl in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Axolotl -
Uses of Axolotl in net.minecraft.world.entity.animal.axolotl
Subclasses with type arguments of type Axolotl in net.minecraft.world.entity.animal.axolotlFields in net.minecraft.world.entity.animal.axolotl declared as AxolotlFields in net.minecraft.world.entity.animal.axolotl with type parameters of type AxolotlModifier and TypeFieldDescriptionprivate static final Brain.Provider<Axolotl> Axolotl.BRAIN_PROVIDERMethods in net.minecraft.world.entity.animal.axolotl that return types with arguments of type AxolotlModifier and TypeMethodDescriptionprotected static List<ActivityData<Axolotl>> AxolotlAi.getActivities()Axolotl.getBrain()protected static ActivityData<Axolotl> AxolotlAi.initCoreActivity()protected static ActivityData<Axolotl> AxolotlAi.initFightActivity()protected static ActivityData<Axolotl> AxolotlAi.initIdleActivity()protected static ActivityData<Axolotl> AxolotlAi.initPlayDeadActivity()Axolotl.makeBrain(Brain.Packed packedBrain) Methods in net.minecraft.world.entity.animal.axolotl with parameters of type AxolotlModifier and TypeMethodDescriptionprotected booleanPlayDead.canStillUse(ServerLevel level, Axolotl body, long timestamp) protected booleanPlayDead.checkExtraStartConditions(ServerLevel level, Axolotl body) private static Optional<? extends LivingEntity> AxolotlAi.findNearestValidAttackTarget(ServerLevel level, Axolotl body) static voidAxolotl.onStopAttacking(ServerLevel level, Axolotl body, LivingEntity target) protected voidPlayDead.start(ServerLevel level, Axolotl body, long timestamp) static voidAxolotlAi.updateActivity(Axolotl body) Constructors in net.minecraft.world.entity.animal.axolotl with parameters of type AxolotlModifierConstructorDescriptionAxolotlLookControl(Axolotl axolotl, int maxYRotFromCenter) AxolotlMoveControl(Axolotl axolotl) Constructor parameters in net.minecraft.world.entity.animal.axolotl with type arguments of type Axolotl