Interface GuiRenderEvents.ReplaceAttackIndicatorEvent
- 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.ReplaceAttackIndicatorEvent
-
Method Summary
Modifier and TypeMethodDescription@Nullable GuiRenderEvents.AttackIndicatorreplace(net.minecraft.client.Minecraft minecraft, GuiRenderEvents.AttackIndicator defaultPack, GuiRenderEvents.Crosshair crosshair)
-
Method Details
-
replace
@Nullable GuiRenderEvents.AttackIndicator replace(net.minecraft.client.Minecraft minecraft, GuiRenderEvents.AttackIndicator defaultPack, GuiRenderEvents.Crosshair crosshair)
-