java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.chat.numbers.FixedFormat
All Implemented Interfaces:
NumberFormat

public class FixedFormat extends Object implements NumberFormat
  • Constructor Details

    • FixedFormat

      public FixedFormat(@NonNull @NonNull net.kyori.adventure.text.Component value)
  • Method Details

    • getValue

      @NonNull public @NonNull net.kyori.adventure.text.Component getValue()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public @NonNull String toString()
      Overrides:
      toString in class Object