Uses of Interface
net.minecraft.world.biome.source.BiomeAccess.Storage
Package | Description |
---|---|
net.minecraft.client.world | |
net.minecraft.server.world | |
net.minecraft.world | |
net.minecraft.world.biome.source | |
net.minecraft.world.chunk |
-
Uses of BiomeAccess.Storage in net.minecraft.client.world
Classes in net.minecraft.client.world that implement BiomeAccess.Storage Modifier and Type Class Description class
ClientWorld
-
Uses of BiomeAccess.Storage in net.minecraft.server.world
Classes in net.minecraft.server.world that implement BiomeAccess.Storage Modifier and Type Class Description class
ServerWorld
-
Uses of BiomeAccess.Storage in net.minecraft.world
Subinterfaces of BiomeAccess.Storage in net.minecraft.world Modifier and Type Interface Description interface
LunarWorldView
interface
RegistryWorldView
A world view orWorld
's superinterface that exposes access to a registry manager.interface
ServerWorldAccess
Represents access to a world on a logical Minecraft server.interface
StructureWorldAccess
interface
WorldAccess
interface
WorldView
Represents a scoped, read-only view of a world like structure that contains biomes, chunks and is bound to a dimension.Classes in net.minecraft.world that implement BiomeAccess.Storage Modifier and Type Class Description class
ChunkRegion
class
World
-
Uses of BiomeAccess.Storage in net.minecraft.world.biome.source
Classes in net.minecraft.world.biome.source that implement BiomeAccess.Storage Modifier and Type Class Description class
BiomeArray
class
BiomeSource
class
CheckerboardBiomeSource
class
FixedBiomeSource
class
MultiNoiseBiomeSource
class
TheEndBiomeSource
class
VanillaLayeredBiomeSource
Fields in net.minecraft.world.biome.source declared as BiomeAccess.Storage Modifier and Type Field Description private BiomeAccess.Storage
BiomeAccess. storage
Methods in net.minecraft.world.biome.source with parameters of type BiomeAccess.Storage Modifier and Type Method Description Biome
BiomeAccessType. getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
Biome
DirectBiomeAccessType. getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
Biome
HorizontalVoronoiBiomeAccessType. getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
Biome
VoronoiBiomeAccessType. getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
Constructors in net.minecraft.world.biome.source with parameters of type BiomeAccess.Storage Constructor Description BiomeAccess(BiomeAccess.Storage storage, long seed, BiomeAccessType type)
-
Uses of BiomeAccess.Storage in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement BiomeAccess.Storage Modifier and Type Class Description (package private) static class
EmptyChunk.EmptyBiomeArray