Class CarverDebugSettings
java.lang.Object
net.minecraft.world.level.levelgen.carver.CarverDebugSettings
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final BlockStateprivate final BlockStatestatic final com.mojang.serialization.Codec<CarverDebugSettings>private final booleanstatic final CarverDebugSettingsprivate final BlockStateprivate final BlockState
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateCarverDebugSettings(boolean p_159123_, BlockState p_159124_, BlockState p_159125_, BlockState p_159126_, BlockState p_159127_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic CarverDebugSettingsof(boolean p_159137_, BlockState p_159138_) static CarverDebugSettingsof(boolean p_159140_, BlockState p_159141_, BlockState p_159142_, BlockState p_159143_, BlockState p_159144_) static CarverDebugSettingsof(BlockState p_159130_, BlockState p_159131_, BlockState p_159132_, BlockState p_159133_) 
- 
Field Details- 
DEFAULT
- 
CODEC
- 
debugModeprivate final boolean debugMode
- 
airState
- 
waterState
- 
lavaState
- 
barrierState
 
- 
- 
Constructor Details- 
CarverDebugSettingsprivate CarverDebugSettings(boolean p_159123_, BlockState p_159124_, BlockState p_159125_, BlockState p_159126_, BlockState p_159127_) 
 
- 
- 
Method Details- 
ofpublic static CarverDebugSettings of(boolean p_159140_, BlockState p_159141_, BlockState p_159142_, BlockState p_159143_, BlockState p_159144_) 
- 
ofpublic static CarverDebugSettings of(BlockState p_159130_, BlockState p_159131_, BlockState p_159132_, BlockState p_159133_) 
- 
of
- 
isDebugModepublic boolean isDebugMode()
- 
getAirState
- 
getWaterState
- 
getLavaState
- 
getBarrierState
 
-