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

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.ButtonFactory<B extends net.minecraft.client.gui.components.AbstractButton>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int x, int y, int width, int height, net.minecraft.client.gui.components.WidgetSprites sprites, PDLButton.OnPress<B> onPress, net.minecraft.network.chat.Component message)
     
  • Method Details

    • create

      B create(int x, int y, int width, int height, net.minecraft.client.gui.components.WidgetSprites sprites, PDLButton.OnPress<B> onPress, net.minecraft.network.chat.Component message)