public class OcelotWatcher extends AgeableWatcher
  • Constructor Details

    • OcelotWatcher

      public OcelotWatcher(Disguise disguise)
  • Method Details

    • isTrusting

      public boolean isTrusting()
    • setTrusting

      public void setTrusting(boolean trusting)
    • getType

      @Deprecated public org.bukkit.entity.Ocelot.Type getType()
      Deprecated.
    • setType

      @Deprecated public void setType(org.bukkit.entity.Ocelot.Type newType)
      Deprecated.
    • getOwner

      public Optional<UUID> getOwner()
    • setOwner

      public void setOwner(UUID owner)
    • isSitting

      public boolean isSitting()
    • setSitting

      public void setSitting(boolean sitting)
    • isTamed

      public boolean isTamed()
    • setTamed

      public void setTamed(boolean tamed)
    • isTameableFlag

      protected boolean isTameableFlag(int no)
    • setTameableFlag

      protected void setTameableFlag(int no, boolean flag)