Interface PalettedBlockInfoListMixin


public interface PalettedBlockInfoListMixin
mixin used for nbt file generation
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.Palette
    invokeConstructor(List<net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo> infosY)
    mixin allow us to access the constructor to generate the wanted nbt files
  • Method Details

    • invokeConstructor

      static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.Palette invokeConstructor(List<net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo> infosY)
      mixin allow us to access the constructor to generate the wanted nbt files
      Parameters:
      infosY - the var to be initialized
      Returns:
      the StructureTemplate.PalettedBlockInfoList wanted