net.minecraft.world.level.levelgen.carver

public class CarverDebugSettings

efq
net.minecraft.world.level.levelgen.carver.CarverDebugSettings
net.minecraft.class_5872
net.minecraft.world.gen.carver.CarverDebugConfig
net.minecraft.world.level.levelgen.carver.CarverDebugSettings

Field summary

Modifier and TypeField
public static final CarverDebugSettings
a
DEFAULT
field_29055
DEFAULT
public static final com.mojang.serialization.Codec<CarverDebugSettings>
b
CODEC
field_29056
CODEC
private final boolean
c
debugMode
field_29057
debugMode
private final BlockState
d
airState
field_29058
airState
private final BlockState
e
waterState
field_33611
waterState
private final BlockState
f
lavaState
field_33612
lavaState
private final BlockState
g
barrierState
field_33613
barrierState

Constructor summary

ModifierConstructor
private (boolean debugMode, BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState)

Method summary

Modifier and TypeMethod
public static CarverDebugSettings
a(boolean arg0, dxv arg1, dxv arg2, dxv arg3, dxv arg4)
of(boolean arg0, BlockState arg1, BlockState arg2, BlockState arg3, BlockState arg4)
method_36413(boolean arg0, class_2680 arg1, class_2680 arg2, class_2680 arg3, class_2680 arg4)
create(boolean debugMode, BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState)
public static CarverDebugSettings
a(dxv arg0, dxv arg1, dxv arg2, dxv arg3)
of(BlockState arg0, BlockState arg1, BlockState arg2, BlockState arg3)
method_36412(class_2680 arg0, class_2680 arg1, class_2680 arg2, class_2680 arg3)
create(BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState)
public static CarverDebugSettings
a(boolean arg0, dxv arg1)
of(boolean arg0, BlockState arg1)
method_33972(boolean arg0, class_2680 arg1)
create(boolean debugMode, BlockState debugState)
public boolean
a()
isDebugMode()
method_33970()
isDebugMode()
public BlockState
b()
getAirState()
method_33973()
getAirState()
public BlockState
c()
getWaterState()
method_36414()
getWaterState()
public BlockState
d()
getLavaState()
method_36415()
getLavaState()
public BlockState
e()
getBarrierState()
method_36416()
getBarrierState()