Class StructureHelpersNeoForge

java.lang.Object
org.cyclops.cyclopscore.helper.StructureHelpersCommon
org.cyclops.cyclopscore.helper.StructureHelpersNeoForge
All Implemented Interfaces:
org.cyclops.cyclopscore.helper.IStructureHelpers, IStructureHelpersNeoForge

public class StructureHelpersNeoForge extends org.cyclops.cyclopscore.helper.StructureHelpersCommon implements IStructureHelpersNeoForge
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToStructureTemplatePool(net.minecraft.resources.Identifier structureTemplatePool, net.minecraft.resources.Identifier structureTemplate)
    Add the given structure template to a pool.

    Methods inherited from class org.cyclops.cyclopscore.helper.StructureHelpersCommon

    addToStructureTemplatePool

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.cyclops.cyclopscore.helper.IStructureHelpers

    addToStructureTemplatePool
  • Constructor Details

    • StructureHelpersNeoForge

      public StructureHelpersNeoForge()
  • Method Details

    • addToStructureTemplatePool

      public void addToStructureTemplatePool(net.minecraft.resources.Identifier structureTemplatePool, net.minecraft.resources.Identifier structureTemplate)
      Description copied from interface: IStructureHelpersNeoForge
      Add the given structure template to a pool.
      Specified by:
      addToStructureTemplatePool in interface IStructureHelpersNeoForge
      Parameters:
      structureTemplatePool - A pool.
      structureTemplate - The template to add.