public class BiomeDictionaryCompat
extends java.lang.Object
StructureGelCompat
Constructor and Description |
---|
BiomeDictionaryCompat() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<org.apache.commons.lang3.tuple.Triple<net.minecraft.util.ResourceLocation,java.util.Set<net.minecraft.util.ResourceLocation>,java.util.Set<net.minecraft.util.ResourceLocation>>> |
register(java.lang.String modID)
Returns a list containing the required data to register a biome dictionary
entry.
The Triple contains a
ResourceLocation for the registry name, a Set of
ResourceLocation s for parenting biome types that this should inherit
biomes from, and a Set of ResourceLocations for what biomes should be in the
dictionary entry. |
@Nullable public static java.util.List<org.apache.commons.lang3.tuple.Triple<net.minecraft.util.ResourceLocation,java.util.Set<net.minecraft.util.ResourceLocation>,java.util.Set<net.minecraft.util.ResourceLocation>>> register(java.lang.String modID)
Triple
contains a
ResourceLocation
for the registry name, a Set
of
ResourceLocation
s for parenting biome types that this should inherit
biomes from, and a Set of ResourceLocations for what biomes should be in the
dictionary entry. In that order.List
<Triple
<ResourceLocation
,
Set
<ResourceLocation
>,
Set
<ResourceLocation
>>>