Class GuiMixin

java.lang.Object
com.petrolpark.mixin.client.GuiMixin

public abstract class GuiMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    renderSlot(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.client.DeltaTracker deltaTracker, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, int seed)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GuiMixin

      public GuiMixin()
  • Method Details

    • renderSlot

      public abstract void renderSlot(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.client.DeltaTracker deltaTracker, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, int seed)