Interface ContainerScreenEvents.SlotMouseActionEvent

Enclosing class:
ContainerScreenEvents
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 ContainerScreenEvents.SlotMouseActionEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(net.minecraft.client.Minecraft minecraft, Consumer<net.minecraft.client.gui.ItemSlotMouseAction> consumer)
     
  • Method Details

    • add

      void add(net.minecraft.client.Minecraft minecraft, Consumer<net.minecraft.client.gui.ItemSlotMouseAction> consumer)