Class ChunkRegionMixin
java.lang.Object
net.rodofire.easierworldcreator.mixin.world.gen.ChunkRegionMixin
- All Implemented Interfaces:
ChunkRegionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.chunk.Chunkewc_main$getNullableChunk(int chunkX, int chunkZ, net.minecraft.world.chunk.ChunkStatus leastStatus, boolean create) Method to get a chunk.
-
Constructor Details
-
ChunkRegionMixin
public ChunkRegionMixin()
-
-
Method Details
-
ewc_main$getNullableChunk
public net.minecraft.world.chunk.Chunk ewc_main$getNullableChunk(int chunkX, int chunkZ, net.minecraft.world.chunk.ChunkStatus leastStatus, boolean create) Description copied from interface:ChunkRegionUtilMethod to get a chunk. If the chunk doesn't exists yet, it will return null instead of crashing the game- Specified by:
ewc_main$getNullableChunkin interfaceChunkRegionUtil- Parameters:
chunkX- the x coordinate of the chunkchunkZ- the z coordinate of the chunkleastStatus- the status wanted
-