Package | Description |
---|---|
net.minecraft.test | |
net.minecraft.tileentity | |
net.minecraft.world.gen.feature.structure | |
net.minecraft.world.gen.feature.template |
Modifier and Type | Method and Description |
---|---|
private static Template |
StructureHelper.func_229605_a_(java.lang.String p_229605_0_,
ServerWorld p_229605_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
StructureBlockTileEntity.load(boolean requireMatchingSize,
Template templateIn) |
Modifier and Type | Field and Description |
---|---|
protected Template |
TemplateStructurePiece.template |
Modifier and Type | Method and Description |
---|---|
protected void |
TemplateStructurePiece.setup(Template templateIn,
BlockPos pos,
PlacementSettings settings) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,Template> |
TemplateManager.templates |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateManager.func_227458_a_(CompoundNBT p_227458_1_) |
Template |
TemplateManager.getTemplate(ResourceLocation p_200219_1_) |
Template |
TemplateManager.getTemplateDefaulted(ResourceLocation p_200220_1_) |
private Template |
TemplateManager.loadTemplate(java.io.InputStream inputStreamIn) |
private Template |
TemplateManager.loadTemplateFile(ResourceLocation locationIn) |
private Template |
TemplateManager.loadTemplateResource(ResourceLocation p_209201_1_) |
Modifier and Type | Method and Description |
---|---|
Template.BlockInfo |
StructureProcessor.process(IWorldReader worldReaderIn,
BlockPos pos,
Template.BlockInfo p_215194_3_,
Template.BlockInfo blockInfo,
PlacementSettings placementSettingsIn,
Template template)
FORGE: Add template parameter
|
static java.util.List<Template.BlockInfo> |
Template.processBlockInfos(Template template,
IWorld worldIn,
BlockPos offsetPos,
PlacementSettings placementSettingsIn,
java.util.List<Template.BlockInfo> blockInfos) |
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 worldIn,
BlockPos offsetPos,
PlacementSettings placementSettingsIn,
java.util.List<Template.EntityInfo> blockInfos) |