Interface PalettedBlockInfoListMixin


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

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

    • invokeConstructor

      static net.minecraft.structure.StructureTemplate.PalettedBlockInfoList invokeConstructor(List<net.minecraft.structure.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