net.minecraft.world

public class WorldData

ays
net.minecraft.class_100
net.minecraft.world.WorldData
net.minecraft.world.storage.WorldInfo

Field summary

Modifier and TypeField
private long
a
field_233
seed
randomSeed
private WorldGeneratorType
b
field_234
generatorType
terrainType
private String
c
field_4985
generatorOptions
generatorOptions
private int
d
field_235
spawnX
spawnX
private int
e
field_236
spawnY
spawnY
private int
f
field_237
spawnZ
spawnZ
private long
g
field_4986
time
totalTime
private long
h
field_238
timeOfDay
worldTime
private long
i
field_239
lastPlayed
lastTimePlayed
private long
j
field_240
sizeOnDisk
sizeOnDisk
private NbtCompound
k
field_241
playerData
playerTag
private int
l
field_242
dimension
dimension
private String
m
field_243
name
levelName
private int
n
field_244
version
saveVersion
private boolean
o
field_245
raining
raining
private int
p
field_246
rainTime
rainTime
private boolean
q
field_247
thundering
thundering
private int
r
field_248
thunderTime
thunderTime
private WorldSettings__GameMode
s
field_249
defaultGameMode
theGameType
private boolean
t
field_250
allowStructures
mapFeaturesEnabled
private boolean
u
field_251
hardcore
hardcore
private boolean
v
field_252
allowCommands
allowCommands
private boolean
w
field_253
initialized
initialized
private GameRules
x
field_4987
gameRules
theGameRules

Constructor summary

ModifierConstructor
protected ()
public (NbtCompound nbt)
public (WorldSettings settings, String name)
public (WorldData data)

Method summary

Modifier and TypeMethod
public NbtCompound
a()
method_201()
toNbt()
getNBTTagCompound()
public NbtCompound
a(dh arg0)
method_204(class_322 arg0)
toNbt(NbtCompound playerData)
cloneNBTCompound(NBTTagCompound arg0)
private void
a(dh arg0, dh arg1)
method_205(class_322 arg0, class_322 arg1)
writeNbt(NbtCompound nbt, NbtCompound playerData)
updateTagCompound(NBTTagCompound arg0, NBTTagCompound arg1)
public long
b()
method_210()
getSeed()
getSeed()
public int
c()
method_214()
getSpawnX()
getSpawnX()
public int
d()
method_216()
getSpawnY()
getSpawnY()
public int
e()
method_218()
getSpawnZ()
getSpawnZ()
public long
f()
method_4136()
getTime()
getWorldTotalTime()
public long
g()
method_220()
getTimeOfDay()
getWorldTime()
public NbtCompound
i()
method_224()
getPlayerData()
getPlayerNBTTagCompound()
public int
j()
method_225()
getDimensionId()
getDimension()
public void
b(long arg0)
method_4131(long arg0)
setTime(long time)
incrementTotalWorldTime(long arg0)
public void
c(long arg0)
method_212(long arg0)
setTimeOfDay(long time)
setWorldTime(long arg0)
public void
a(int arg0, int arg1, int arg2)
method_203(int arg0, int arg1, int arg2)
setSpawnPoint(int x, int y, int z)
setSpawnPosition(int arg0, int arg1, int arg2)
public String
k()
method_226()
getName()
getWorldName()
public void
a(String arg0)
method_206(String arg0)
setName(String name)
setWorldName(String arg0)
public int
l()
method_227()
getVersion()
getSaveVersion()
public void
e(int arg0)
method_219(int arg0)
setVersion(int version)
setSaveVersion(int arg0)
public boolean
n()
method_229()
isThundering()
isThundering()
public void
a(boolean arg0)
method_209(boolean arg0)
setThundering(boolean thundering)
setThundering(boolean arg0)
public int
o()
method_230()
getThunderTime()
getThunderTime()
public void
f(int arg0)
method_221(int arg0)
setThunderTime(int thunderTime)
setThunderTime(int arg0)
public boolean
p()
method_231()
isRaining()
isRaining()
public void
b(boolean arg0)
method_213(boolean arg0)
setRaining(boolean raining)
setRaining(boolean arg0)
public int
q()
method_232()
getRainTime()
getRainTime()
public void
g(int arg0)
method_223(int arg0)
setRainTime(int rainTime)
setRainTime(int arg0)
public WorldSettings__GameMode
r()
method_233()
getDefaultGamemode()
getGameType()
public boolean
s()
method_234()
allowStructures()
isMapFeaturesEnabled()
public void
a(ahk arg0)
method_207(class_1157 arg0)
setDefaultGameMode(WorldSettings__GameMode gameMode)
setGameType(WorldSettings$GameType arg0)
public boolean
t()
method_235()
isHardcore()
isHardcoreModeEnabled()
public WorldGeneratorType
u()
method_236()
getGeneratorType()
getTerrainType()
public void
a(ahm arg0)
method_208(class_1160 arg0)
setGeneratorType(WorldGeneratorType type)
setTerrainType(WorldType arg0)
public String
y()
method_4150()
getGeneratorOptions()
getGeneratorOptions()
public boolean
v()
method_237()
allowCommands()
areCommandsAllowed()
public boolean
w()
method_238()
isInitialized()
isInitialized()
public void
d(boolean arg0)
method_217(boolean arg0)
setInitialized(boolean initialized)
setServerInitialized(boolean arg0)
public GameRules
x()
method_4149()
getGameRules()
getGameRulesInstance()
public void
a(k arg0)
method_4130(class_1392 arg0)
populateCrashReport(CrashReportCategory category)
addToCrashReport(CrashReportCategory arg0)
public long
h()
method_222()
getSizeOnDisk()
getSizeOnDisk()
public void
a(int arg0)
method_202(int arg0)
setSpawnX(int x)
setSpawnX(int arg0)
public void
b(int arg0)
method_211(int arg0)
setSpawnY(int y)
setSpawnY(int arg0)
public void
c(int arg0)
method_215(int arg0)
setSpawnZ(int z)
setSpawnZ(int arg0)
public long
m()
method_228()
getLastPlayed()
getLastTimePlayed()