public class LootPoolEntryTypes extends Object
Modifier and Type | Field and Description |
---|---|
static LootPoolEntryType |
ALTERNATIVES |
static LootPoolEntryType |
DYNAMIC |
static LootPoolEntryType |
EMPTY |
static LootPoolEntryType |
GROUP |
static LootPoolEntryType |
ITEM |
static LootPoolEntryType |
LOOT_TABLE |
static LootPoolEntryType |
SEQUENCE |
static LootPoolEntryType |
TAG |
Constructor and Description |
---|
LootPoolEntryTypes() |
Modifier and Type | Method and Description |
---|---|
static Object |
createGsonSerializer() |
private static LootPoolEntryType |
register(String id,
JsonSerializer<? extends LootPoolEntry> jsonSerializer) |
public static final LootPoolEntryType EMPTY
public static final LootPoolEntryType ITEM
public static final LootPoolEntryType LOOT_TABLE
public static final LootPoolEntryType DYNAMIC
public static final LootPoolEntryType TAG
public static final LootPoolEntryType ALTERNATIVES
public static final LootPoolEntryType SEQUENCE
public static final LootPoolEntryType GROUP
private static LootPoolEntryType register(String id, JsonSerializer<? extends LootPoolEntry> jsonSerializer)
public static Object createGsonSerializer()