Interface Tameable

All Known Implementing Classes:
OcelotEntity, TameableEntity, WolfEntity

public interface Tameable
Mappings:
Namespace Name
official xt
intermediary net/minecraft/class_1701
named net/minecraft/entity/Tameable
  • Method Details

    • getOwnerId

      String getOwnerId()
      Mappings:
      Namespace Name Mixin selector
      official b Lxt;b()Ljava/lang/String;
      intermediary method_2719 Lnet/minecraft/class_1701;method_2719()Ljava/lang/String;
      named getOwnerId Lnet/minecraft/entity/Tameable;getOwnerId()Ljava/lang/String;
    • getOwner

      Entity getOwner()
      Mappings:
      Namespace Name Mixin selector
      official l_ Lxt;l_()Lwv;
      intermediary method_6167 Lnet/minecraft/class_1701;method_6167()Lnet/minecraft/class_864;
      named getOwner Lnet/minecraft/entity/Tameable;getOwner()Lnet/minecraft/entity/Entity;