Interface Displayable

All Known Implementing Classes:
Protection
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 interface Displayable
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull com.github.stefvanschie.inventoryframework.gui.GuiItem
    getDisplay(@NotNull org.bukkit.entity.Player uiHolder, @NotNull com.github.stefvanschie.inventoryframework.gui.type.util.Gui gui)
     
  • Method Details

    • getDisplay

      @NotNull @NotNull com.github.stefvanschie.inventoryframework.gui.GuiItem getDisplay(@NotNull @NotNull org.bukkit.entity.Player uiHolder, @NotNull @NotNull com.github.stefvanschie.inventoryframework.gui.type.util.Gui gui)