net.minecraft.structure

public class StructureManager

implements SynchronousResourceReloadListener

cjp
net.minecraft.world.level.levelgen.structure.templatesystem.StructureManager
net.minecraft.class_3485
net.minecraft.structure.StructureManager
net.minecraft.unmapped.C_rhdulivw
net.minecraft.world.gen.structure.template.StructureManager
net.minecraft.world.gen.feature.template.TemplateManager
net.minecraft.world.gen.feature.template.TemplateManager

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_15514
LOGGER
f_vgeaoznz
LOGGER
field_195431_a
LOGGER
private final Map<Identifier, Structure>
b
structureRepository
field_15513
structures
f_hutficox
templates
field_186240_a
templates
private final DataFixer
c
fixerUpper
field_15515
dataFixer
f_bjemtgcy
dfu
field_191154_c
fixer
private final MinecraftServer
d
server
field_15516
server
f_jaukczbi
server
field_195432_d
minecraftServer
private final Path
e
generatedDir
field_15512
generatedPath
f_tykqubvc
generatedDir
field_195433_e
pathGenerated

Constructor summary

ModifierConstructor
public (MinecraftServer server, File worldDir, DataFixer dataFixer)

Method summary

Modifier and TypeMethod
public Structure
a(qv arg0)
getOrCreate(ResourceLocation arg0)
method_15091(class_2960 arg0)
getStructureOrBlank(Identifier id)
m_phwgcvnm(C_ncpywfca arg0)
getOrCreate(Identifier location)
func_200220_a(ResourceLocation arg0)
getTemplateDefaulted(ResourceLocation arg0)
public Structure
b(qv arg0)
get(ResourceLocation arg0)
method_15094(class_2960 arg0)
getStructure(Identifier identifier)
m_wffeovbe(C_ncpywfca arg0)
get(Identifier location)
func_200219_b(ResourceLocation arg0)
getTemplate(ResourceLocation arg0)
public void
a(xi arg0)
onResourceManagerReload(ResourceManager arg0)
method_14491(class_3300 arg0)
apply(ResourceManager arg0)
m_dviihlsr(C_tmnrpasf arg0)
onResourceManagerReload(ResourceManager arg0)
func_195410_a(IResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)
private Structure
e(qv arg0)
loadFromResource(ResourceLocation arg0)
method_15088(class_2960 arg0)
loadStructureFromResource(Identifier id)
m_xxamnsop(C_ncpywfca arg0)
getStructure(Identifier location)
func_209201_e(ResourceLocation arg0)
loadTemplateResource(ResourceLocation arg0)
private Structure
f(qv arg0)
loadFromGenerated(ResourceLocation arg0)
method_15092(class_2960 arg0)
loadStructureFromFile(Identifier id)
m_oezeexaz(C_ncpywfca arg0)
loadGeneratedStructure(Identifier location)
func_195428_d(ResourceLocation arg0)
loadTemplateFile(ResourceLocation locationIn)
private Structure
a(InputStream arg0)
readStructure(InputStream arg0)
method_15090(InputStream arg0)
readStructure(InputStream structureInputStream)
m_uhtpqffv(InputStream arg0)
loadStructure(InputStream in)
func_209205_a(InputStream arg0)
loadTemplate(InputStream inputStreamIn)
public boolean
c(qv arg0)
save(ResourceLocation arg0)
method_15093(class_2960 arg0)
saveStructure(Identifier id)
m_vruccqoj(C_ncpywfca arg0)
save(Identifier location)
func_195429_b(ResourceLocation arg0)
writeToFile(ResourceLocation templateName)
private Path
a(qv arg0, String arg1)
createPathToStructure(ResourceLocation arg0, String arg1)
method_15085(class_2960 arg0, String arg1)
getStructurePath(Identifier id, String extension)
m_rqqdpwwv(C_ncpywfca arg0, String arg1)
getLocation(Identifier location, String extension)
func_209509_a(ResourceLocation arg0, String arg1)
resolvePathStructures(ResourceLocation locationIn, String extIn)
private Path
b(qv arg0, String arg1)
createAndValidatePathToStructure(ResourceLocation arg0, String arg1)
method_15086(class_2960 arg0, String arg1)
getAndCheckStructurePath(Identifier id, String extension)
m_mvnqcpvw(C_ncpywfca arg0, String arg1)
getAndValidateLoccation(Identifier location, String extension)
func_209510_b(ResourceLocation arg0, String arg1)
resolvePath(ResourceLocation locationIn, String extIn)
public void
d(qv arg0)
remove(ResourceLocation arg0)
method_15087(class_2960 arg0)
unloadStructure(Identifier id)
m_hppatltv(C_ncpywfca arg0)
remove(Identifier location)
func_189941_a(ResourceLocation arg0)
remove(ResourceLocation templatePath)