Class BuildContext.Builder
java.lang.Object
com.ultikits.ultitools.abstracts.gui.declarative.core.BuildContext.Builder
- Enclosing class:
BuildContext
BuildContext 的构建器。
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()inheritedProperty(@NotNull String key, @Nullable Object value) parentElement(@Nullable Element parentElement) rows(int rows)
-
Field Details
-
player
@NotNull private final @NotNull org.bukkit.entity.Player player -
guiId
-
rows
private int rows -
parentElement
-
inheritedProperties
-
-
Constructor Details
-
Builder
public Builder(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull String guiId, int rows) -
Builder
-
-
Method Details
-
rows
-
parentElement
-
inheritedProperty
public BuildContext.Builder inheritedProperty(@NotNull @NotNull String key, @Nullable @Nullable Object value) -
build
-