Class TournamentScoreSettings

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

public class TournamentScoreSettings extends Object
  • Field Details

    • CODEC

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

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,TournamentScoreSettings> STREAM_CODEC
  • Constructor Details

    • TournamentScoreSettings

      public TournamentScoreSettings(float trashScore, float commonScore, float uncommonScore, float rareScore, float epicScore, float legendaryScore, float percentileMultiplier, float perfectCatchMultiplier)
  • Method Details