public interface FavoriteEntryType<T extends FavoriteEntry>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FavoriteEntryType.Registry |
static interface |
FavoriteEntryType.Section |
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.util.ResourceLocation |
ENTRY_STACK |
| Modifier and Type | Method and Description |
|---|---|
T |
fromArgs(java.lang.Object... args) |
T |
fromJson(@NotNull com.google.gson.JsonObject object) |
static @NotNull FavoriteEntryType.Registry |
registry() |
@NotNull com.google.gson.JsonObject |
toJson(T entry,
@NotNull com.google.gson.JsonObject object) |
@NotNull static @NotNull FavoriteEntryType.Registry registry()
@NotNull T fromJson(@NotNull @NotNull com.google.gson.JsonObject object)
@NotNull T fromArgs(java.lang.Object... args)
@NotNull
@NotNull com.google.gson.JsonObject toJson(@NotNull
T entry,
@NotNull
@NotNull com.google.gson.JsonObject object)