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 classClientWorld.ClientWorldInfo -
Uses of IWorldInfo in net.minecraft.world
Methods in net.minecraft.world that return IWorldInfo Modifier and Type Method Description IWorldInfoIWorld. getLevelData()IWorldInfoWorld. getLevelData() -
Uses of IWorldInfo in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as IWorldInfo Modifier and Type Field Description private IWorldInfoWorldGenRegion. levelDataMethods in net.minecraft.world.gen that return IWorldInfo Modifier and Type Method Description IWorldInfoWorldGenRegion. getLevelData() -
Uses of IWorldInfo in net.minecraft.world.storage
Subinterfaces of IWorldInfo in net.minecraft.world.storage Modifier and Type Interface Description interfaceIServerWorldInfointerfaceISpawnWorldInfoClasses in net.minecraft.world.storage that implement IWorldInfo Modifier and Type Class Description classDerivedWorldInfoclassServerWorldInfo
-