Uses of Class
net.minecraft.loot.entry.LootPoolEntryType
Packages that use LootPoolEntryType
-
Uses of LootPoolEntryType in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as LootPoolEntryTypeModifier and TypeFieldDescriptionstatic LootPoolEntryTypeLootPoolEntryTypes.ALTERNATIVESstatic LootPoolEntryTypeLootPoolEntryTypes.DYNAMICstatic LootPoolEntryTypeLootPoolEntryTypes.EMPTYstatic LootPoolEntryTypeLootPoolEntryTypes.GROUPstatic LootPoolEntryTypeLootPoolEntryTypes.ITEMstatic LootPoolEntryTypeLootPoolEntryTypes.LOOT_TABLEstatic LootPoolEntryTypeLootPoolEntryTypes.SEQUENCEstatic LootPoolEntryTypeLootPoolEntryTypes.TAGMethods in net.minecraft.loot.entry that return LootPoolEntryTypeModifier and TypeMethodDescriptionAlternativeEntry.getType()DynamicEntry.getType()EmptyEntry.getType()GroupEntry.getType()ItemEntry.getType()abstract LootPoolEntryTypeLootPoolEntry.getType()LootTableEntry.getType()SequenceEntry.getType()TagEntry.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 LootPoolEntryTypeModifier and TypeFieldDescriptionstatic Registry<LootPoolEntryType>Registry.LOOT_POOL_ENTRY_TYPEstatic RegistryKey<Registry<LootPoolEntryType>>Registry.LOOT_POOL_ENTRY_TYPE_KEY