Class MenuIconLoader
java.lang.Object
com.kamikazejam.kamicommon.menu.api.loaders.MenuIconLoader
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionload
(@NotNull ConfigurationSection section) load
(@NotNull ConfigurationSection section, @Nullable OfflinePlayer player)
-
Constructor Details
-
MenuIconLoader
public MenuIconLoader()
-
-
Method Details
-
load
@NotNull public static <M extends Menu<M>> @NotNull MenuIcon<M> load(@NotNull @NotNull ConfigurationSection section) -
load
@NotNull public static <M extends Menu<M>> @NotNull MenuIcon<M> load(@NotNull @NotNull ConfigurationSection section, @Nullable @Nullable OfflinePlayer player)
-