Interface GuiRenderEvents.ReplaceCrosshairEvent
- 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.ReplaceCrosshairEvent
-
Method Summary
Modifier and TypeMethodDescription@Nullable GuiRenderEvents.Crosshairreplace(net.minecraft.client.Minecraft minecraft, GuiRenderEvents.Crosshair currentCrosshair)
-
Method Details
-
replace
@Nullable GuiRenderEvents.Crosshair replace(net.minecraft.client.Minecraft minecraft, GuiRenderEvents.Crosshair currentCrosshair)
-