Uses of Interface
net.minecraft.world.storage.IWorldInfo
-
Packages that use IWorldInfo Package Description net.minecraft.client.world net.minecraft.world net.minecraft.world.gen net.minecraft.world.storage -
-
Uses of IWorldInfo in net.minecraft.client.world
Classes in net.minecraft.client.world that implement IWorldInfo Modifier and Type Class Description static class
ClientWorld.ClientWorldInfo
-
Uses of IWorldInfo in net.minecraft.world
Methods in net.minecraft.world that return IWorldInfo Modifier and Type Method Description IWorldInfo
IWorld. getLevelData()
IWorldInfo
World. getLevelData()
-
Uses of IWorldInfo in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as IWorldInfo Modifier and Type Field Description private IWorldInfo
WorldGenRegion. levelData
Methods in net.minecraft.world.gen that return IWorldInfo Modifier and Type Method Description IWorldInfo
WorldGenRegion. getLevelData()
-
Uses of IWorldInfo in net.minecraft.world.storage
Subinterfaces of IWorldInfo in net.minecraft.world.storage Modifier and Type Interface Description interface
IServerWorldInfo
interface
ISpawnWorldInfo
Classes in net.minecraft.world.storage that implement IWorldInfo Modifier and Type Class Description class
DerivedWorldInfo
class
ServerWorldInfo
-