net.minecraft.block

public class SolidityReporter

net.minecraft.world.level.block.state.SolidDebugger
net.minecraft.world.level.block.state.SolidDebugger
net.minecraft.class_1_1081
net.minecraft.block.SolidityReporter

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
LOGGER
field_1_7527
LOGGER
private static final ScopedValue<SolidityReporter>
STATUS
STATUS
field_1_7528
CURRENT
private final Map<RegistryEntry<Block>, SolidityReporter$Reason>
reasonByBlock
reasonByBlock
field_1_7529
reasonsByBlock

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static boolean
logAndGet(Holder<Block> block, SolidDebugger$Reason reason)
logAndGet(Holder<Block> block, SolidDebugger$Reason reason)
method_1_6892(class_6880<class_2248> arg0, class_1_1081$class_1_1082 arg1)
registerReason(RegistryEntry<Block> block, SolidityReporter$Reason reason)
public void
dump()
dump()
method_1_6889()
report()
public static void
runAndDump(Runnable task)
runAndDump(Runnable task)
method_1_6893(Runnable arg0)
run(Runnable callback)