Interface PDLButton.OnPress<B extends net.minecraft.client.gui.components.AbstractButton>

All Superinterfaces:
net.minecraft.client.gui.components.Button.OnPress
Enclosing class:
PDLButton
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PDLButton.OnPress<B extends net.minecraft.client.gui.components.AbstractButton> extends net.minecraft.client.gui.components.Button.OnPress
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPress(B button)
     
    default void
    onPress(net.minecraft.client.gui.components.Button button)
     
  • Method Details

    • onPress

      void onPress(B button)
    • onPress

      default void onPress(net.minecraft.client.gui.components.Button button)
      Specified by:
      onPress in interface net.minecraft.client.gui.components.Button.OnPress