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
-
Uses of BiomeAccess.Storage in net.minecraft.world.chunk
Modifier and TypeClassDescriptionclass
Represents a scoped, modifiable view of biomes, block states, fluid states and block entities.class
class
class
class
Represents a chunk that wraps a world chunk, used in world generation.