public class FoxMeta extends AnimalMeta
  • Field Details

  • Constructor Details

    • FoxMeta

      public FoxMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull Metadata metadata)
  • Method Details

    • getType

      @NotNull public @NotNull FoxMeta.Type getType()
    • setType

      public void setType(@NotNull @NotNull FoxMeta.Type type)
    • isSitting

      public boolean isSitting()
    • setSitting

      public void setSitting(boolean value)
    • isFoxSneaking

      public boolean isFoxSneaking()
    • setFoxSneaking

      public void setFoxSneaking(boolean value)
    • isInterested

      public boolean isInterested()
    • setInterested

      public void setInterested(boolean value)
    • isPouncing

      public boolean isPouncing()
    • setPouncing

      public void setPouncing(boolean value)
    • isSleeping

      public boolean isSleeping()
    • setSleeping

      public void setSleeping(boolean value)
    • isFaceplanted

      public boolean isFaceplanted()
    • setFaceplanted

      public void setFaceplanted(boolean value)
    • isDefending

      public boolean isDefending()
    • setDefending

      public void setDefending(boolean value)
    • getFirstUUID

      @Nullable public @Nullable UUID getFirstUUID()
    • setFirstUUID

      public void setFirstUUID(@Nullable @Nullable UUID value)
    • getSecondUUID

      @Nullable public @Nullable UUID getSecondUUID()
    • setSecondUUID

      public void setSecondUUID(@Nullable @Nullable UUID value)