Package org.cyclops.cyclopscore.helper
Interface IStructureHelpersNeoForge
- All Superinterfaces:
org.cyclops.cyclopscore.helper.IStructureHelpers
- All Known Implementing Classes:
StructureHelpersNeoForge
public interface IStructureHelpersNeoForge
extends org.cyclops.cyclopscore.helper.IStructureHelpers
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToStructureTemplatePool(net.minecraft.resources.Identifier structureTemplatePool, net.minecraft.resources.Identifier structureTemplate) Add the given structure template to a pool.Methods inherited from interface org.cyclops.cyclopscore.helper.IStructureHelpers
addToStructureTemplatePool
-
Method Details
-
addToStructureTemplatePool
void addToStructureTemplatePool(net.minecraft.resources.Identifier structureTemplatePool, net.minecraft.resources.Identifier structureTemplate) Add the given structure template to a pool.- Parameters:
structureTemplatePool- A pool.structureTemplate- The template to add.
-