public class StructureGelMod
extends java.lang.Object
Internal
annotation means that you
shouldn't need to call the thing annotated.Modifier and Type | Class and Description |
---|---|
static class |
StructureGelMod.GelBlocks |
static class |
StructureGelMod.GelItems |
static class |
StructureGelMod.JigsawDeserializers |
static class |
StructureGelMod.Processors |
static class |
StructureGelMod.StructurePieceTypes |
static class |
StructureGelMod.StructureRegistry |
Modifier and Type | Field and Description |
---|---|
static org.apache.logging.log4j.Logger |
LOGGER |
static java.lang.String |
MODID |
Constructor and Description |
---|
StructureGelMod() |
Modifier and Type | Method and Description |
---|---|
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.RegistryKey<net.minecraft.world.biome.Biome>>>> |
getBiomesSG()
Deprecated.
TODO remove in 1.17 in favor of new class-based system.
|
static net.minecraft.util.ResourceLocation |
locate(java.lang.String key) |
static void |
registerBiomeDictionary(net.minecraftforge.event.RegistryEvent.Register<BiomeType> event) |
public static final java.lang.String MODID
public static final org.apache.logging.log4j.Logger LOGGER
@Deprecated public 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.RegistryKey<net.minecraft.world.biome.Biome>>>> getBiomesSG()
Mod
) to register your own biome
dictionary entries. Structure Gel does not need to be a dependency for this
to work. Triple
contains a
ResourceLocation
for the registry name, a Set
of resource
locations for parenting biome types that this should inherit biomes from, and
a Set of biome RegistryKey
s for what biomes should be in the
dictionary entry.List
<Triple
<ResourceLocation
,
Set
<ResourceLocation
>,
Set
<RegistryKey
<Biome
>>>>public static net.minecraft.util.ResourceLocation locate(java.lang.String key)
public static void registerBiomeDictionary(net.minecraftforge.event.RegistryEvent.Register<BiomeType> event)