Interface GuiRenderEvents.CrosshairAdditionEvent

Enclosing class:
GuiRenderEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Environment(CLIENT) @FunctionalInterface public static interface GuiRenderEvents.CrosshairAdditionEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(net.minecraft.client.Minecraft minecraft, net.minecraft.client.gui.GuiGraphicsExtractor graphics, net.minecraft.client.DeltaTracker deltaTracker, GuiRenderEvents.Crosshair crosshair, int x, int y)
     
  • Method Details

    • add

      void add(net.minecraft.client.Minecraft minecraft, net.minecraft.client.gui.GuiGraphicsExtractor graphics, net.minecraft.client.DeltaTracker deltaTracker, GuiRenderEvents.Crosshair crosshair, int x, int y)