Package net.minecraft.client.gui
Class LayeredDrawer
java.lang.Object
net.minecraft.client.gui.LayeredDrawer
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/LayeredDrawer- intermediary - net/minecraft/class_9080- official - foi
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddLayer(LayeredDrawer.Layer layer) addSubDrawer(LayeredDrawer drawer, BooleanSupplier shouldRender) voidrender(DrawContext context, RenderTickCounter tickCounter) private voidrenderInternal(DrawContext context, RenderTickCounter tickCounter) 
- 
Field Details- 
LAYER_Z_PADDINGpublic static final float LAYER_Z_PADDING- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - LAYER_Z_PADDING- Lnet/minecraft/client/gui/LayeredDrawer;LAYER_Z_PADDING:F- intermediary - field_47848- Lnet/minecraft/class_9080;field_47848:F- official - a- Lfoi;a:F
 
- 
layers- Mappings:
- Namespace - Name - Mixin selector - named - layers- Lnet/minecraft/client/gui/LayeredDrawer;layers:Ljava/util/List;- intermediary - field_47849- Lnet/minecraft/class_9080;field_47849:Ljava/util/List;- official - b- Lfoi;b:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
LayeredDrawerpublic LayeredDrawer()
 
- 
- 
Method Details- 
addLayer- Mappings:
- Namespace - Name - Mixin selector - named - addLayer- Lnet/minecraft/client/gui/LayeredDrawer;addLayer(Lnet/minecraft/client/gui/LayeredDrawer$Layer;)Lnet/minecraft/client/gui/LayeredDrawer;- intermediary - method_55810- Lnet/minecraft/class_9080;method_55810(Lnet/minecraft/class_9080$class_9081;)Lnet/minecraft/class_9080;- official - a- Lfoi;a(Lfoi$a;)Lfoi;
 
- 
addSubDrawer- Mappings:
- Namespace - Name - Mixin selector - named - addSubDrawer- Lnet/minecraft/client/gui/LayeredDrawer;addSubDrawer(Lnet/minecraft/client/gui/LayeredDrawer;Ljava/util/function/BooleanSupplier;)Lnet/minecraft/client/gui/LayeredDrawer;- intermediary - method_55811- Lnet/minecraft/class_9080;method_55811(Lnet/minecraft/class_9080;Ljava/util/function/BooleanSupplier;)Lnet/minecraft/class_9080;- official - a- Lfoi;a(Lfoi;Ljava/util/function/BooleanSupplier;)Lfoi;
 
- 
render- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/gui/LayeredDrawer;render(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/render/RenderTickCounter;)V- intermediary - method_55809- Lnet/minecraft/class_9080;method_55809(Lnet/minecraft/class_332;Lnet/minecraft/class_9779;)V- official - a- Lfoi;a(Lfof;Lfla;)V
 
- 
renderInternal- Mappings:
- Namespace - Name - Mixin selector - named - renderInternal- Lnet/minecraft/client/gui/LayeredDrawer;renderInternal(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/render/RenderTickCounter;)V- intermediary - method_55813- Lnet/minecraft/class_9080;method_55813(Lnet/minecraft/class_332;Lnet/minecraft/class_9779;)V- official - b- Lfoi;b(Lfof;Lfla;)V
 
 
-