Interface TropischerFisch

All Superinterfaces:
Ausbeutbar, BefehlAbsender, Berechtigtbar, Beschaedigbar, BestaendigeDatenInhaber, Fisch, Kreatur, Lebewesen, MerkmalInhaber, MetadatenInhaber, Mob, Nennbar, ProjektilQuelle, ServerBetreiber, WasserMob, Wesen

public interface TropischerFisch extends Fisch
Tropical fish.
  • Method Details

    • getPatternColor

      @NotNull FarbstoffFarbe getPatternColor()
      Gets the color of the fish's pattern.
      Returns:
      pattern color
    • setPatternColor

      void setPatternColor(@NotNull FarbstoffFarbe color)
      Sets the color of the fish's pattern
      Parameters:
      color - pattern color
    • getBodyColor

      @NotNull FarbstoffFarbe getBodyColor()
      Gets the color of the fish's body.
      Returns:
      pattern color
    • setBodyColor

      void setBodyColor(@NotNull FarbstoffFarbe color)
      Sets the color of the fish's body
      Parameters:
      color - body color
    • getPattern

      @NotNull TropischerFisch.Pattern getPattern()
      Gets the fish's pattern.
      Returns:
      pattern
    • setPattern

      void setPattern(@NotNull TropischerFisch.Pattern pattern)
      Sets the fish's pattern
      Parameters:
      pattern - new pattern