Package net.minecraft.client.gui
Class LayeredDrawer
java.lang.Object
net.minecraft.client.gui.LayeredDrawer
- Mappings:
 Namespace Name named net/minecraft/client/gui/LayeredDrawerintermediary net/minecraft/class_9080official fib
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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_PADDING
public static final float LAYER_Z_PADDING- See Also:
 - Mappings:
 Namespace Name Mixin selector named LAYER_Z_PADDINGLnet/minecraft/client/gui/LayeredDrawer;LAYER_Z_PADDING:Fintermediary field_47848Lnet/minecraft/class_9080;field_47848:Fofficial aLfib;a:F
 - 
layers
- Mappings:
 Namespace Name Mixin selector named layersLnet/minecraft/client/gui/LayeredDrawer;layers:Ljava/util/List;intermediary field_47849Lnet/minecraft/class_9080;field_47849:Ljava/util/List;official bLfib;b:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
LayeredDrawer
public LayeredDrawer() 
 - 
 - 
Method Details
- 
addLayer
- Mappings:
 Namespace Name Mixin selector named addLayerLnet/minecraft/client/gui/LayeredDrawer;addLayer(Lnet/minecraft/client/gui/LayeredDrawer$Layer;)Lnet/minecraft/client/gui/LayeredDrawer;intermediary method_55810Lnet/minecraft/class_9080;method_55810(Lnet/minecraft/class_9080$class_9081;)Lnet/minecraft/class_9080;official aLfib;a(Lfib$a;)Lfib;
 - 
addSubDrawer
- Mappings:
 Namespace Name Mixin selector named addSubDrawerLnet/minecraft/client/gui/LayeredDrawer;addSubDrawer(Lnet/minecraft/client/gui/LayeredDrawer;Ljava/util/function/BooleanSupplier;)Lnet/minecraft/client/gui/LayeredDrawer;intermediary method_55811Lnet/minecraft/class_9080;method_55811(Lnet/minecraft/class_9080;Ljava/util/function/BooleanSupplier;)Lnet/minecraft/class_9080;official aLfib;a(Lfib;Ljava/util/function/BooleanSupplier;)Lfib;
 - 
render
- Mappings:
 Namespace Name Mixin selector named renderLnet/minecraft/client/gui/LayeredDrawer;render(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/render/RenderTickCounter;)Vintermediary method_55809Lnet/minecraft/class_9080;method_55809(Lnet/minecraft/class_332;Lnet/minecraft/class_9779;)Vofficial aLfib;a(Lfhz;Lfgf;)V
 - 
renderInternal
- Mappings:
 Namespace Name Mixin selector named renderInternalLnet/minecraft/client/gui/LayeredDrawer;renderInternal(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/render/RenderTickCounter;)Vintermediary method_55813Lnet/minecraft/class_9080;method_55813(Lnet/minecraft/class_332;Lnet/minecraft/class_9779;)Vofficial bLfib;b(Lfhz;Lfgf;)V
 
 -