java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet

public class DropSet extends Object
  • Constructor Details

    • DropSet

      public DropSet(double chance, int quantity, WeightedSet<DropSet.Drop> drops)
    • DropSet

      public DropSet(com.google.gson.JsonObject json, com.google.gson.JsonDeserializationContext ctx)
    • DropSet

      public DropSet(net.minecraft.network.FriendlyByteBuf buf)
  • Method Details

    • getDrops

      public Set<DropSet.Drop> getDrops()
    • toBuffer

      public void toBuffer(net.minecraft.network.FriendlyByteBuf buf)