net.minecraft.world.level.levelgen

public enum Heightmap$Types

implements StringRepresentable

edq$a
net.minecraft.world.level.levelgen.Heightmap$Types
net.minecraft.class_2902$class_2903
net.minecraft.world.Heightmap$Type
net.minecraft.world.level.levelgen.HeightMap$Type

Enum constant summary

Enum Constant
a
WORLD_SURFACE_WG
field_13194
WORLD_SURFACE_WG
b
WORLD_SURFACE
field_13202
WORLD_SURFACE
c
OCEAN_FLOOR_WG
field_13195
OCEAN_FLOOR_WG
d
OCEAN_FLOOR
field_13200
OCEAN_FLOOR
e
MOTION_BLOCKING
field_13197
MOTION_BLOCKING
f
MOTION_BLOCKING_NO_LEAVES
field_13203
MOTION_BLOCKING_NO_LEAVES

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<Heightmap$Types>
g
CODEC
field_24772
CODEC
private final String
h
serializationKey
field_13204
name
private final Heightmap$Usage
i
usage
field_13198
purpose
private final Predicate<BlockState>
j
isOpaque
field_16568
blockPredicate

Constructor summary

ModifierConstructor
private (String arg0, Heightmap$Usage arg1, Predicate<BlockState> name)

Method summary

Modifier and TypeMethod
public String
a()
getSerializationKey()
method_12605()
getName()
public boolean
b()
sendToClient()
method_16137()
shouldSendToClient()
public boolean
d()
keepAfterWorldgen()
method_20454()
isStoredServerSide()
public Predicate<BlockState>
e()
isOpaque()
method_16402()
getBlockPredicate()
public String
c()
getSerializedName()
method_15434()
asString()