net.minecraft.world.level.levelgen.placement

public enum CaveSurface

implements StringRepresentable

fei
net.minecraft.world.level.levelgen.placement.CaveSurface
net.minecraft.class_5932
net.minecraft.util.math.VerticalSurfaceType
net.minecraft.src.C_141412_
net.minecraft.world.level.levelgen.placement.CaveSurface

枚举常量概要

枚举常量
a
CEILING
field_29313
CEILING
CEILING
b
FLOOR
field_29314
FLOOR
FLOOR

字段概要

修饰符与类型字段
public static final com.mojang.serialization.Codec<CaveSurface>
c
CODEC
field_29315
CODEC
f_162094_
private final Direction
d
direction
field_29316
direction
f_162095_
private final int
e
y
field_29317
offset
f_162096_
private final String
f
id
field_29318
name
f_162097_

构造函数概要

修饰符构造函数
private (Direction p_162103_, int p_162104_, String direction)

方法概要

修饰符与类型方法
public Direction
a()
getDirection()
method_34379()
getDirection()
m_162107_()
public int
b()
getY()
method_34380()
getOffset()
m_162110_()
public String
c()
getSerializedName()
method_15434()
asString()
m_7912_()