public static class RaidRegistry.RaidBiomeGrouping
extends java.lang.Object
Constructor and Description |
---|
RaidBiomeGrouping(java.lang.String biome) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBiome()
Gets the biome name this group is for.
|
RaidRegistry.RaidStarGrouping |
getRaids()
Gets the raid star grouping for this group.
|
java.util.List<java.lang.Integer> |
getWeights()
Gets the star weights for this group of raids.
|
void |
setWeightsIfUnset(java.util.function.Supplier<java.util.List<java.lang.Integer>> weights)
Sets the star weights of this group of raids if they haven't been set yet.
|
public java.lang.String getBiome()
public RaidRegistry.RaidStarGrouping getRaids()
public java.util.List<java.lang.Integer> getWeights()
public void setWeightsIfUnset(java.util.function.Supplier<java.util.List<java.lang.Integer>> weights)
weights
- Supplier of weights to attempt to set to.