类 CarverDebugSettings
java.lang.Object
net.minecraft.world.level.levelgen.carver.CarverDebugSettings
-
字段概要
字段修饰符和类型字段说明private final BlockState
private final BlockState
static final com.mojang.serialization.Codec<CarverDebugSettings>
private final boolean
static final CarverDebugSettings
private final BlockState
private final BlockState
-
构造器概要
构造器限定符构造器说明private
CarverDebugSettings
(boolean p_159123_, BlockState p_159124_, BlockState p_159125_, BlockState p_159126_, BlockState p_159127_) -
方法概要
修饰符和类型方法说明boolean
static CarverDebugSettings
of
(boolean pDebugMode, BlockState pAirState) static CarverDebugSettings
of
(boolean pDebugMode, BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) static CarverDebugSettings
of
(BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState)
-
字段详细资料
-
DEFAULT
-
CODEC
-
debugMode
private final boolean debugMode -
airState
-
waterState
-
lavaState
-
barrierState
-
-
构造器详细资料
-
CarverDebugSettings
private CarverDebugSettings(boolean p_159123_, BlockState p_159124_, BlockState p_159125_, BlockState p_159126_, BlockState p_159127_)
-
-
方法详细资料
-
of
public static CarverDebugSettings of(boolean pDebugMode, BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) -
of
public static CarverDebugSettings of(BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) -
of
-
isDebugMode
public boolean isDebugMode() -
getAirState
-
getWaterState
-
getLavaState
-
getBarrierState
-