Class TameableShoulderEntity

All Implemented Interfaces:
Tameable, CommandOutput, Nameable, EntityLike
Direct Known Subclasses:
ParrotEntity

public abstract class TameableShoulderEntity extends TameableEntity
Mappings:
Namespace Name
official bql
intermediary net/minecraft/class_1471
named net/minecraft/entity/passive/TameableShoulderEntity
  • Field Details

    • READY_TO_SIT_COOLDOWN

      private static final int READY_TO_SIT_COOLDOWN
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ca Lbql;ca:I
      intermediary field_30372 Lnet/minecraft/class_1471;field_30372:I
      named READY_TO_SIT_COOLDOWN Lnet/minecraft/entity/passive/TameableShoulderEntity;READY_TO_SIT_COOLDOWN:I
    • ticks

      private int ticks
      Mappings:
      Namespace Name Mixin selector
      official cb Lbql;cb:I
      intermediary field_6864 Lnet/minecraft/class_1471;field_6864:I
      named ticks Lnet/minecraft/entity/passive/TameableShoulderEntity;ticks:I
  • Constructor Details

    • TameableShoulderEntity

      protected TameableShoulderEntity(EntityType<? extends TameableShoulderEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbdr;<init>(Lbdv;Lcjw;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
  • Method Details

    • mountOnto

      public boolean mountOnto(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official b Lbql;b(Lahn;)Z
      intermediary method_6627 Lnet/minecraft/class_1471;method_6627(Lnet/minecraft/class_3222;)Z
      named mountOnto Lnet/minecraft/entity/passive/TameableShoulderEntity;mountOnto(Lnet/minecraft/server/network/ServerPlayerEntity;)Z
    • tick

      public void tick()
      Ticks this entity.
      Overrides:
      tick in class MobEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official l Lbdr;l()V
      intermediary method_5773 Lnet/minecraft/class_1297;method_5773()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • isReadyToSitOnPlayer

      public boolean isReadyToSitOnPlayer()
      Mappings:
      Namespace Name Mixin selector
      official fX Lbql;fX()Z
      intermediary method_6626 Lnet/minecraft/class_1471;method_6626()Z
      named isReadyToSitOnPlayer Lnet/minecraft/entity/passive/TameableShoulderEntity;isReadyToSitOnPlayer()Z