public class BiomeTranslator extends Object
| Constructor and Description |
|---|
BiomeTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadServerBiomes(GeyserSession session,
com.github.steveice10.opennbt.tag.builtin.CompoundTag codec) |
static byte[] |
toBedrockBiome(GeyserSession session,
int[] biomeData) |
static BlockStorage |
toNewBedrockBiome(GeyserSession session,
int[] biomeData,
int ySection) |
public static void loadServerBiomes(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag codec)
public static byte[] toBedrockBiome(GeyserSession session, int[] biomeData)
public static BlockStorage toNewBedrockBiome(GeyserSession session, int[] biomeData, int ySection)
Copyright © 2021 GeyserMC. All rights reserved.