Package net.minecraft.world.chunk
Class FlatChunkGenerator
java.lang.Object
net.minecraft.world.chunk.FlatChunkGenerator
- All Implemented Interfaces:
ChunkProvider
public class FlatChunkGenerator extends Object implements ChunkProvider
- Mappings:
Namespace Name official anvintermediary net/minecraft/class_421named net/minecraft/world/chunk/FlatChunkGenerator
-
Field Summary
Fields Modifier and Type Field Description private BlockState[]field_1812private FlatWorldHelperfield_1813private List<StructureFeature>field_1814private booleanfield_1815private booleanfield_1816private LakesFeaturefield_1817private LakesFeaturefield_1818private Randomrandomprivate Worldworld -
Constructor Summary
Constructors Constructor Description FlatChunkGenerator(World world, long long2, boolean bool, String string) -
Method Summary
Modifier and Type Method Description booleanchunkExists(int chunkX, int chunkZ)ChunkgetChunk(int int2, int int3)StringgetChunkProviderName()intgetLoadedChunksCount()BlockPosgetNearestStructurePos(World world, String structureName, BlockPos pos)List<Biome.SpawnEntry>getSpawnEntries(EntityCategory category, BlockPos pos)voidmethod_1323(ChunkProvider chunkProvider, int int2, int int3)booleanmethod_1324(ChunkProvider chunkProvider, Chunk chunk, int int2, int int3)voidmethod_1325(Chunk chunk, int int2, int int3)Chunkmethod_1326(BlockPos pos)booleanmethod_1328(boolean bool, ProgressListener progressListener)voidmethod_1329()booleanmethod_1330()booleanmethod_1332()
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLanv;a:Ladm;intermediary field_1810Lnet/minecraft/class_421;field_1810:Lnet/minecraft/class_99;named worldLnet/minecraft/world/chunk/FlatChunkGenerator;world:Lnet/minecraft/world/World;
-
random
- Mappings:
Namespace Name Mixin selector official bLanv;b:Ljava/util/Random;intermediary field_1811Lnet/minecraft/class_421;field_1811:Ljava/util/Random;named randomLnet/minecraft/world/chunk/FlatChunkGenerator;random:Ljava/util/Random;
-
field_1812
- Mappings:
Namespace Name Mixin selector official cLanv;c:[Lalz;intermediary field_1812Lnet/minecraft/class_421;field_1812:[Lnet/minecraft/class_376;named field_1812Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1812:[Lnet/minecraft/block/BlockState;
-
field_1813
- Mappings:
Namespace Name Mixin selector official dLanv;d:Lapz;intermediary field_1813Lnet/minecraft/class_421;field_1813:Lnet/minecraft/class_473;named field_1813Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1813:Lnet/minecraft/world/gen/FlatWorldHelper;
-
field_1814
- Mappings:
Namespace Name Mixin selector official eLanv;e:Ljava/util/List;intermediary field_1814Lnet/minecraft/class_421;field_1814:Ljava/util/List;named field_1814Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1814:Ljava/util/List;
-
field_1815
private final boolean field_1815- Mappings:
Namespace Name Mixin selector official fLanv;f:Zintermediary field_1815Lnet/minecraft/class_421;field_1815:Znamed field_1815Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1815:Z
-
field_1816
private final boolean field_1816- Mappings:
Namespace Name Mixin selector official gLanv;g:Zintermediary field_1816Lnet/minecraft/class_421;field_1816:Znamed field_1816Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1816:Z
-
field_1817
- Mappings:
Namespace Name Mixin selector official hLanv;h:Lapc;intermediary field_1817Lnet/minecraft/class_421;field_1817:Lnet/minecraft/class_451;named field_1817Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1817:Lnet/minecraft/world/gen/feature/LakesFeature;
-
field_1818
- Mappings:
Namespace Name Mixin selector official iLanv;i:Lapc;intermediary field_1818Lnet/minecraft/class_421;field_1818:Lnet/minecraft/class_451;named field_1818Lnet/minecraft/world/chunk/FlatChunkGenerator;field_1818:Lnet/minecraft/world/gen/feature/LakesFeature;
-
-
Constructor Details
-
FlatChunkGenerator
-
-
Method Details
-
getChunk
- Specified by:
getChunkin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official dLamv;d(II)Lamy;intermediary method_1331Lnet/minecraft/class_396;method_1331(II)Lnet/minecraft/class_399;named getChunkLnet/minecraft/world/chunk/ChunkProvider;getChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
chunkExists
public boolean chunkExists(int chunkX, int chunkZ)- Specified by:
chunkExistsin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(II)Zintermediary method_1321Lnet/minecraft/class_396;method_1321(II)Znamed chunkExistsLnet/minecraft/world/chunk/ChunkProvider;chunkExists(II)Z
-
method_1323
- Specified by:
method_1323in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(Lamv;II)Vintermediary method_1323Lnet/minecraft/class_396;method_1323(Lnet/minecraft/class_396;II)Vnamed method_1323Lnet/minecraft/world/chunk/ChunkProvider;method_1323(Lnet/minecraft/world/chunk/ChunkProvider;II)V
-
method_1324
- Specified by:
method_1324in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(Lamv;Lamy;II)Zintermediary method_1324Lnet/minecraft/class_396;method_1324(Lnet/minecraft/class_396;Lnet/minecraft/class_399;II)Znamed method_1324Lnet/minecraft/world/chunk/ChunkProvider;method_1324(Lnet/minecraft/world/chunk/ChunkProvider;Lnet/minecraft/world/chunk/Chunk;II)Z
-
method_1328
- Specified by:
method_1328in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(ZLnu;)Zintermediary method_1328Lnet/minecraft/class_396;method_1328(ZLnet/minecraft/class_1707;)Znamed method_1328Lnet/minecraft/world/chunk/ChunkProvider;method_1328(ZLnet/minecraft/util/ProgressListener;)Z
-
method_1329
public void method_1329()- Specified by:
method_1329in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official cLamv;c()Vintermediary method_1329Lnet/minecraft/class_396;method_1329()Vnamed method_1329Lnet/minecraft/world/chunk/ChunkProvider;method_1329()V
-
method_1330
public boolean method_1330()- Specified by:
method_1330in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official dLamv;d()Zintermediary method_1330Lnet/minecraft/class_396;method_1330()Znamed method_1330Lnet/minecraft/world/chunk/ChunkProvider;method_1330()Z
-
method_1332
public boolean method_1332()- Specified by:
method_1332in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official eLamv;e()Zintermediary method_1332Lnet/minecraft/class_396;method_1332()Znamed method_1332Lnet/minecraft/world/chunk/ChunkProvider;method_1332()Z
-
getChunkProviderName
- Specified by:
getChunkProviderNamein interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official fLamv;f()Ljava/lang/String;intermediary method_1333Lnet/minecraft/class_396;method_1333()Ljava/lang/String;named getChunkProviderNameLnet/minecraft/world/chunk/ChunkProvider;getChunkProviderName()Ljava/lang/String;
-
getSpawnEntries
- Specified by:
getSpawnEntriesin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(Lpt;Lcj;)Ljava/util/List;intermediary method_1327Lnet/minecraft/class_396;method_1327(Lnet/minecraft/class_1755;Lnet/minecraft/class_1372;)Ljava/util/List;named getSpawnEntriesLnet/minecraft/world/chunk/ChunkProvider;getSpawnEntries(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
getNearestStructurePos
- Specified by:
getNearestStructurePosin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(Ladm;Ljava/lang/String;Lcj;)Lcj;intermediary method_1322Lnet/minecraft/class_396;method_1322(Lnet/minecraft/class_99;Ljava/lang/String;Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named getNearestStructurePosLnet/minecraft/world/chunk/ChunkProvider;getNearestStructurePos(Lnet/minecraft/world/World;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
getLoadedChunksCount
public int getLoadedChunksCount()- Specified by:
getLoadedChunksCountin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official gLamv;g()Iintermediary method_1334Lnet/minecraft/class_396;method_1334()Inamed getLoadedChunksCountLnet/minecraft/world/chunk/ChunkProvider;getLoadedChunksCount()I
-
method_1325
- Specified by:
method_1325in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(Lamy;II)Vintermediary method_1325Lnet/minecraft/class_396;method_1325(Lnet/minecraft/class_399;II)Vnamed method_1325Lnet/minecraft/world/chunk/ChunkProvider;method_1325(Lnet/minecraft/world/chunk/Chunk;II)V
-
method_1326
- Specified by:
method_1326in interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLamv;a(Lcj;)Lamy;intermediary method_1326Lnet/minecraft/class_396;method_1326(Lnet/minecraft/class_1372;)Lnet/minecraft/class_399;named method_1326Lnet/minecraft/world/chunk/ChunkProvider;method_1326(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/chunk/Chunk;
-