Interface PalettedBlockInfoListMixin
public interface PalettedBlockInfoListMixin
mixin used for nbt file generation
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic net.minecraft.structure.StructureTemplate.PalettedBlockInfoListinvokeConstructor(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.PalettedBlockInfoListwanted
-