Class TournamentPlayerScore

java.lang.Object
com.wdiscute.starcatcher.tournament.TournamentPlayerScore

public class TournamentPlayerScore extends Object
  • Field Details

    • playerUUID

      public UUID playerUUID
    • score

      public int score
    • misses

      public int misses
    • common

      public int common
    • uncommon

      public int uncommon
    • rare

      public int rare
    • epic

      public int epic
    • legendary

      public int legendary
    • CODEC

      public static final com.mojang.serialization.Codec<TournamentPlayerScore> CODEC
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, TournamentPlayerScore> STREAM_CODEC
    • LIST_CODEC

      public static final com.mojang.serialization.Codec<List<TournamentPlayerScore>> LIST_CODEC
  • Constructor Details

    • TournamentPlayerScore

      public TournamentPlayerScore(UUID uuid, int score, int misses, int common, int uncommon, int rare, int epic, int legendary)
  • Method Details

    • empty

      public static TournamentPlayerScore empty()
    • empty

      public static TournamentPlayerScore empty(UUID uuid)
    • addScore

      public void addScore(int score)
    • getCommon

      public int getCommon()
    • getEpic

      public int getEpic()
    • getLegendary

      public int getLegendary()
    • getMisses

      public int getMisses()
    • getRare

      public int getRare()
    • getScore

      public int getScore()
    • getUncommon

      public int getUncommon()