Class DebugEntryNoop
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntryNoop
- All Implemented Interfaces:
DebugScreenEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory()voiddisplay(DebugScreenDisplayer p_434632_, Level p_433263_, LevelChunk p_433297_, LevelChunk p_433230_) booleanisAllowed(boolean p_435815_)
-
Field Details
-
isAllowedWithReducedDebugInfo
private final boolean isAllowedWithReducedDebugInfo
-
-
Constructor Details
-
DebugEntryNoop
public DebugEntryNoop() -
DebugEntryNoop
public DebugEntryNoop(boolean pIsAllowedWithReducedDebugInfo)
-
-
Method Details
-
display
public void display(DebugScreenDisplayer p_434632_, @Nullable Level p_433263_, @Nullable LevelChunk p_433297_, @Nullable LevelChunk p_433230_) - Specified by:
displayin interfaceDebugScreenEntry
-
isAllowed
public boolean isAllowed(boolean p_435815_) - Specified by:
isAllowedin interfaceDebugScreenEntry
-
category
- Specified by:
categoryin interfaceDebugScreenEntry
-