public class BiomeLayout<C extends BiomeLayoutConfiguration, T extends WorldChunkManager>
ayx | |
net.minecraft.world.biome.provider.BiomeProviderType | |
net.minecraft.server.v1_13_R2.BiomeLayout |
Field summary
Modifier and Type | Field | ||||
---|---|---|---|---|---|
public static final BiomeLayout<BiomeLayoutCheckerboardConfiguration, WorldChunkManagerCheckerBoard> |
| ||||
public static final BiomeLayout<BiomeLayoutFixedConfiguration, WorldChunkManagerHell> |
| ||||
public static final BiomeLayout<BiomeLayoutOverworldConfiguration, WorldChunkManagerOverworld> |
| ||||
public static final BiomeLayout<BiomeLayoutTheEndConfiguration, WorldChunkManagerTheEnd> |
| ||||
private final MinecraftKey |
| ||||
private final Function<C, T> |
| ||||
private final Supplier<C> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Function<C, T> arg0, Supplier<C> arg1, MinecraftKey arg2) |
Method summary
Modifier and Type | Method | ||||
---|---|---|---|---|---|
public static void |
| ||||
public static <C extends BiomeLayoutConfiguration, T extends WorldChunkManager> BiomeLayout<C, T> |
| ||||
public T |
| ||||
public C |
| ||||
public MinecraftKey |
|