Uses of Interface
net.minecraft.world.biome.source.BiomeAccess.Storage
Packages that use BiomeAccess.Storage
Package
Description
-
Uses of BiomeAccess.Storage in net.minecraft.client.world
Classes in net.minecraft.client.world that implement BiomeAccess.Storage -
Uses of BiomeAccess.Storage in net.minecraft.server.world
Classes in net.minecraft.server.world that implement BiomeAccess.Storage -
Uses of BiomeAccess.Storage in net.minecraft.world
Subinterfaces of BiomeAccess.Storage in net.minecraft.worldModifier 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.Classes in net.minecraft.world that implement BiomeAccess.Storage -
Uses of BiomeAccess.Storage in net.minecraft.world.biome.source
Classes in net.minecraft.world.biome.source that implement BiomeAccess.StorageModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Fields in net.minecraft.world.biome.source declared as BiomeAccess.StorageMethods in net.minecraft.world.biome.source with parameters of type BiomeAccess.StorageModifier 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) Constructors in net.minecraft.world.biome.source with parameters of type BiomeAccess.StorageModifierConstructorDescriptionBiomeAccess
(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