Class EwcFolderData.Legacy
java.lang.Object
net.rodofire.easierworldcreator.util.file.EwcFolderData.Legacy
- Enclosing class:
EwcFolderData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathgetLegacyGeneratedChunkDir(net.minecraft.world.chunk.Chunk chunk, net.minecraft.world.StructureWorldAccess world) method to get the path of the chunk under the generated folderstatic PathgetLegacyStructureDir(net.minecraft.world.StructureWorldAccess world)
-
Constructor Details
-
Legacy
public Legacy()
-
-
Method Details
-
getLegacyGeneratedChunkDir
public static Path getLegacyGeneratedChunkDir(net.minecraft.world.chunk.Chunk chunk, net.minecraft.world.StructureWorldAccess world) method to get the path of the chunk under the generated folder- Parameters:
chunk- the chunk of the folderworld- the world used to get the generated folder- Returns:
- the path
-
getLegacyStructureDir
-