Class TropicalFishMeta.Variant

java.lang.Object
net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
Enclosing class:
TropicalFishMeta

public static class TropicalFishMeta.Variant extends Object
  • Constructor Details

  • Method Details

    • getType

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

      public void setType(@NotNull @NotNull TropicalFishMeta.Type type)
    • getPattern

      @NotNull public @NotNull TropicalFishMeta.Pattern getPattern()
    • setPattern

      public void setPattern(@NotNull @NotNull TropicalFishMeta.Pattern pattern)
    • getBodyColor

      public byte getBodyColor()
    • setBodyColor

      public void setBodyColor(byte bodyColor)
    • getPatternColor

      public byte getPatternColor()
    • setPatternColor

      public void setPatternColor(byte patternColor)