Uses of Record 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 final LootPoolEntryTypeLootPoolEntryTypes.ALTERNATIVESstatic final LootPoolEntryTypeLootPoolEntryTypes.DYNAMICstatic final LootPoolEntryTypeLootPoolEntryTypes.EMPTYstatic final LootPoolEntryTypeLootPoolEntryTypes.GROUPstatic final LootPoolEntryTypeLootPoolEntryTypes.ITEMstatic final LootPoolEntryTypeLootPoolEntryTypes.LOOT_TABLEstatic final LootPoolEntryTypeLootPoolEntryTypes.SEQUENCEstatic final 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, com.mojang.serialization.Codec<? extends LootPoolEntry> codec) -
Uses of LootPoolEntryType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type LootPoolEntryTypeModifier and TypeFieldDescriptionstatic final Registry<LootPoolEntryType>Registries.LOOT_POOL_ENTRY_TYPEstatic final RegistryKey<Registry<LootPoolEntryType>>RegistryKeys.LOOT_POOL_ENTRY_TYPE