public interface LayoutSlot
| Modifier and Type | Method and Description |
|---|---|
@Nullable java.util.function.IntFunction<ElementItemBuilder> |
builderFactory() |
char |
character() |
boolean |
contains(int slot) |
boolean |
isDefinedByUser() |
int[] |
slots() |
@NotNull LayoutSlot |
withBuilderFactory(@Nullable java.util.function.IntFunction<ElementItemBuilder> builderFactory) |
char character()
int[] slots()
boolean isDefinedByUser()
@Nullable @Nullable java.util.function.IntFunction<ElementItemBuilder> builderFactory()
@NotNull @NotNull LayoutSlot withBuilderFactory(@Nullable @Nullable java.util.function.IntFunction<ElementItemBuilder> builderFactory)
boolean contains(int slot)