Uses of Class
net.minecraft.loot.entry.LootPoolEntryType
| Package | Description |
|---|---|
| net.minecraft.loot.entry | |
| net.minecraft.util.registry |
-
Uses of LootPoolEntryType in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as LootPoolEntryType Modifier and Type Field Description static LootPoolEntryTypeLootPoolEntryTypes. ALTERNATIVESstatic LootPoolEntryTypeLootPoolEntryTypes. DYNAMICstatic LootPoolEntryTypeLootPoolEntryTypes. EMPTYstatic LootPoolEntryTypeLootPoolEntryTypes. GROUPstatic LootPoolEntryTypeLootPoolEntryTypes. ITEMstatic LootPoolEntryTypeLootPoolEntryTypes. LOOT_TABLEstatic LootPoolEntryTypeLootPoolEntryTypes. SEQUENCEstatic LootPoolEntryTypeLootPoolEntryTypes. TAGMethods in net.minecraft.loot.entry that return LootPoolEntryType Modifier and Type Method Description LootPoolEntryTypeAlternativeEntry. getType()LootPoolEntryTypeDynamicEntry. getType()LootPoolEntryTypeEmptyEntry. getType()LootPoolEntryTypeGroupEntry. getType()LootPoolEntryTypeItemEntry. getType()abstract LootPoolEntryTypeLootPoolEntry. getType()LootPoolEntryTypeLootTableEntry. getType()LootPoolEntryTypeSequenceEntry. getType()LootPoolEntryTypeTagEntry. getType()private static LootPoolEntryTypeLootPoolEntryTypes. register(String id, JsonSerializer<? extends LootPoolEntry> jsonSerializer) -
Uses of LootPoolEntryType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type LootPoolEntryType Modifier and Type Field Description static Registry<LootPoolEntryType>Registry. LOOT_POOL_ENTRY_TYPEstatic RegistryKey<Registry<LootPoolEntryType>>Registry. LOOT_POOL_ENTRY_TYPE_KEY