Package net.minecraft.loot.entry
Class LootPoolEntryTypes
java.lang.Object
net.minecraft.loot.entry.LootPoolEntryTypes
public class LootPoolEntryTypes extends Object
-
Field Summary
Fields Modifier and Type Field Description static LootPoolEntryTypeALTERNATIVESstatic LootPoolEntryTypeDYNAMICstatic LootPoolEntryTypeEMPTYstatic LootPoolEntryTypeGROUPstatic LootPoolEntryTypeITEMstatic LootPoolEntryTypeLOOT_TABLEstatic LootPoolEntryTypeSEQUENCEstatic LootPoolEntryTypeTAG -
Constructor Summary
Constructors Constructor Description LootPoolEntryTypes() -
Method Summary
Modifier and Type Method Description static ObjectcreateGsonSerializer()private static LootPoolEntryTyperegister(String id, JsonSerializer<? extends LootPoolEntry> jsonSerializer)
-
Field Details
-
EMPTY
-
ITEM
-
LOOT_TABLE
-
DYNAMIC
-
TAG
-
ALTERNATIVES
-
SEQUENCE
-
GROUP
-
-
Constructor Details
-
LootPoolEntryTypes
public LootPoolEntryTypes()
-
-
Method Details
-
register
private static LootPoolEntryType register(String id, JsonSerializer<? extends LootPoolEntry> jsonSerializer) -
createGsonSerializer
-