Uses of Class
net.minecraft.world.gen.feature.template.Template
-
Packages that use Template Package Description net.minecraft.test net.minecraft.tileentity net.minecraft.world.gen.feature.jigsaw net.minecraft.world.gen.feature.structure net.minecraft.world.gen.feature.template -
-
Uses of Template in net.minecraft.test
Methods in net.minecraft.test that return Template Modifier and Type Method Description private static Template
StructureHelper. getStructureTemplate(java.lang.String p_229605_0_, ServerWorld p_229605_1_)
-
Uses of Template in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type Template Modifier and Type Method Description boolean
StructureBlockTileEntity. loadStructure(ServerWorld p_242689_1_, boolean p_242689_2_, Template p_242689_3_)
-
Uses of Template in net.minecraft.world.gen.feature.jigsaw
Fields in net.minecraft.world.gen.feature.jigsaw with type parameters of type Template Modifier and Type Field Description protected com.mojang.datafixers.util.Either<ResourceLocation,Template>
SingleJigsawPiece. template
private static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<ResourceLocation,Template>>
SingleJigsawPiece. TEMPLATE_CODEC
Methods in net.minecraft.world.gen.feature.jigsaw that return Template Modifier and Type Method Description private Template
SingleJigsawPiece. getTemplate(TemplateManager p_236843_1_)
Methods in net.minecraft.world.gen.feature.jigsaw that return types with arguments of type Template Modifier and Type Method Description protected static <E extends SingleJigsawPiece>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<ResourceLocation,Template>>SingleJigsawPiece. templateCodec()
Method parameters in net.minecraft.world.gen.feature.jigsaw with type arguments of type Template Modifier and Type Method Description private static <T> com.mojang.serialization.DataResult<T>
SingleJigsawPiece. encodeTemplate(com.mojang.datafixers.util.Either<ResourceLocation,Template> p_236840_0_, com.mojang.serialization.DynamicOps<T> p_236840_1_, T p_236840_2_)
Constructors in net.minecraft.world.gen.feature.jigsaw with parameters of type Template Constructor Description SingleJigsawPiece(Template p_i242009_1_)
Constructor parameters in net.minecraft.world.gen.feature.jigsaw with type arguments of type Template Constructor Description LegacySingleJigsawPiece(com.mojang.datafixers.util.Either<ResourceLocation,Template> p_i242007_1_, java.util.function.Supplier<StructureProcessorList> p_i242007_2_, JigsawPattern.PlacementBehaviour p_i242007_3_)
SingleJigsawPiece(com.mojang.datafixers.util.Either<ResourceLocation,Template> p_i242008_1_, java.util.function.Supplier<StructureProcessorList> p_i242008_2_, JigsawPattern.PlacementBehaviour p_i242008_3_)
-
Uses of Template in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure declared as Template Modifier and Type Field Description protected Template
TemplateStructurePiece. template
Methods in net.minecraft.world.gen.feature.structure with parameters of type Template Modifier and Type Method Description private void
RuinedPortalPiece. loadTemplate(Template p_237014_1_, BlockPos p_237014_2_)
protected void
TemplateStructurePiece. setup(Template p_186173_1_, BlockPos p_186173_2_, PlacementSettings p_186173_3_)
Constructors in net.minecraft.world.gen.feature.structure with parameters of type Template Constructor Description RuinedPortalPiece(BlockPos p_i232111_1_, RuinedPortalPiece.Location p_i232111_2_, RuinedPortalPiece.Serializer p_i232111_3_, ResourceLocation p_i232111_4_, Template p_i232111_5_, Rotation p_i232111_6_, Mirror p_i232111_7_, BlockPos p_i232111_8_)
-
Uses of Template in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template with type parameters of type Template Modifier and Type Field Description private java.util.Map<ResourceLocation,Template>
TemplateManager. structureRepository
Methods in net.minecraft.world.gen.feature.template that return Template Modifier and Type Method Description Template
TemplateManager. get(ResourceLocation p_200219_1_)
Template
TemplateManager. getOrCreate(ResourceLocation p_200220_1_)
private Template
TemplateManager. loadFromGenerated(ResourceLocation p_195428_1_)
private Template
TemplateManager. loadFromResource(ResourceLocation p_209201_1_)
private Template
TemplateManager. readStructure(java.io.InputStream p_209205_1_)
Template
TemplateManager. readStructure(CompoundNBT p_227458_1_)
Methods in net.minecraft.world.gen.feature.template with parameters of type Template Modifier and Type Method Description Template.BlockInfo
StructureProcessor. process(IWorldReader p_230386_1_, BlockPos p_230386_2_, BlockPos p_230386_3_, Template.BlockInfo p_230386_4_, Template.BlockInfo p_230386_5_, PlacementSettings p_230386_6_, Template template)
static java.util.List<Template.BlockInfo>
Template. processBlockInfos(IWorld p_237145_0_, BlockPos p_237145_1_, BlockPos p_237145_2_, PlacementSettings p_237145_3_, java.util.List<Template.BlockInfo> p_237145_4_, Template template)
Template.EntityInfo
StructureProcessor. processEntity(IWorldReader world, BlockPos seedPos, Template.EntityInfo rawEntityInfo, Template.EntityInfo entityInfo, PlacementSettings placementSettings, Template template)
FORGE: Add entity processing.static java.util.List<Template.EntityInfo>
Template. processEntityInfos(Template template, IWorld p_215387_0_, BlockPos p_215387_1_, PlacementSettings p_215387_2_, java.util.List<Template.EntityInfo> p_215387_3_)
-