Uses of Interface
net.minecraft.world.biome.source.BiomeAccess.Storage
Package
Description
-
Uses of BiomeAccess.Storage in net.minecraft.client.world
-
Uses of BiomeAccess.Storage in net.minecraft.server.world
-
Uses of BiomeAccess.Storage in net.minecraft.world
Modifier and TypeInterfaceDescriptioninterface
interface
A world view orWorld
's superinterface that exposes access to a registry manager.interface
Represents access to a world on a logical Minecraft server.interface
interface
interface
Represents a scoped, read-only view of a world like structure that contains biomes, chunks and is bound to a dimension. -
Uses of BiomeAccess.Storage in net.minecraft.world.biome.source
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeMethodDescriptionBiomeAccessType.getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
DirectBiomeAccessType.getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
HorizontalVoronoiBiomeAccessType.getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
VoronoiBiomeAccessType.getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
ModifierConstructorDescriptionBiomeAccess(BiomeAccess.Storage storage, long seed, BiomeAccessType type)
-
Uses of BiomeAccess.Storage in net.minecraft.world.chunk