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