Interface IDrawable

All Known Implementing Classes:
DefaultDrawable

public interface IDrawable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.screens.Screen gui, Point position, Point mousePosition)
     
    static IDrawable
    of(IAsset asset, com.mojang.blaze3d.vertex.PoseStack matrixStack)
     
  • Method Details

    • of

      static IDrawable of(IAsset asset, com.mojang.blaze3d.vertex.PoseStack matrixStack)
    • draw

      void draw(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.screens.Screen gui, Point position, Point mousePosition)