net.minecraft.world.level

public class LevelType

bka
net.minecraft.world.level.LevelType
net.minecraft.class_1942
net.minecraft.world.level.LevelGeneratorType
net.minecraft.world.WorldType
net.minecraft.server.v1_15_R1.WorldType

Field summary

Modifier and TypeField
public static final LevelType[]
a
LEVEL_TYPES
field_9279
TYPES
field_77139_a
types
public static final LevelType
b
NORMAL
field_9265
DEFAULT
field_77137_b
NORMAL
public static final LevelType
c
FLAT
field_9277
FLAT
field_77138_c
FLAT
public static final LevelType
d
LARGE_BIOMES
field_9276
LARGE_BIOMES
field_77135_d
LARGE_BIOMES
public static final LevelType
e
AMPLIFIED
field_9267
AMPLIFIED
field_151360_e
AMPLIFIED
public static final LevelType
f
CUSTOMIZED
field_9278
CUSTOMIZED
field_180271_f
CUSTOMIZED
public static final LevelType
g
BUFFET
field_9275
BUFFET
field_205394_h
public static final LevelType
h
DEBUG_ALL_BLOCK_STATES
field_9266
DEBUG_ALL_BLOCK_STATES
field_180272_g
DEBUG_ALL_BLOCK_STATES
public static final LevelType
i
NORMAL_1_1
field_9268
DEFAULT_1_1
field_77136_e
NORMAL_1_1
private final int
j
id
field_9281
id
field_82748_f
private final String
k
generatorName
field_9269
name
field_77133_f
name
private final String
l
generatorSerialization
field_9272
storedName
field_211890_l
private final int
m
version
field_9280
version
field_77134_g
version
private boolean
n
selectable
field_9274
visible
field_77140_h
private boolean
o
replacement
field_9273
versioned
field_77141_i
private boolean
p
hasHelpText
field_9271
info
field_151361_l
private boolean
q
hasCustomOptions
field_9270
customizable
field_205395_p

Constructor summary

ModifierConstructor
private (int id, String name)
private (int id, String name, int version)
private (int id, String name, String storedName, int version)

Method summary

Modifier and TypeMethod
public String
a()
getName()
method_8635()
getName()
func_211888_a()
name()
public String
b()
getSerialization()
method_8638()
getStoredName()
func_211889_b()
public int
e()
getVersion()
method_8636()
getVersion()
func_77131_c()
getVersion()
public LevelType
a(int arg0)
getReplacementForVersion(int arg0)
method_8632(int arg0)
getTypeForVersion(int version)
func_77132_a(int arg0)
public LevelType
a(boolean arg0)
setCustomOptions(boolean arg0)
method_8631(boolean arg0)
setCustomizable(boolean customizable)
func_205392_a(boolean arg0)
private LevelType
b(boolean arg0)
setSelectableByUser(boolean arg0)
method_8633(boolean arg0)
setVisible(boolean visible)
func_77124_a(boolean arg0)
private LevelType
k()
setHasReplacement()
method_8634()
setVersioned()
func_77129_f()
public boolean
h()
hasReplacement()
method_8643()
isVersioned()
func_77125_e()
public static LevelType
a(String arg0)
getLevelType(String arg0)
method_8639(String arg0)
getTypeFromName(String name)
func_77130_a(String arg0)
getType(String arg0)
public int
i()
getId()
method_8637()
getId()
func_82747_f()
private LevelType
l()
setHasHelpText()
method_8629()
setHasInfo()
func_151358_j()
public String
c()
getDescriptionId()
method_8640()
getTranslationKey()
func_77128_b()
public String
d()
getHelpTextId()
method_8630()
getInfoTranslationKey()
func_151359_c()
public boolean
f()
hasCustomOptions()
method_8641()
isCustomizable()
func_205393_e()
public boolean
g()
isSelectable()
method_8642()
isVisible()
func_77126_d()
public boolean
j()
hasHelpText()
method_8644()
hasInfo()
func_151357_h()