Class ScreenNarrationCollector.Output
java.lang.Object
net.minecraft.client.gui.narration.ScreenNarrationCollector.Output
- All Implemented Interfaces:
NarrationElementOutput
- Enclosing class:
ScreenNarrationCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(NarratedElementType type, NarrationThunk<?> contents) nest()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.narration.NarrationElementOutput
add, add, add
-
Field Details
-
depth
private final int depth
-
-
Constructor Details
-
Output
Output(int depth)
-
-
Method Details
-
add
- Specified by:
addin interfaceNarrationElementOutput
-
nest
- Specified by:
nestin interfaceNarrationElementOutput
-