Uses of Class
net.minecraft.loot.LootPoolEntryType
-
Packages that use LootPoolEntryType Package Description net.minecraft.loot net.minecraft.util.registry -
-
Uses of LootPoolEntryType in net.minecraft.loot
Fields in net.minecraft.loot declared as LootPoolEntryType Modifier and Type Field Description static LootPoolEntryTypeLootEntryManager. ALTERNATIVESstatic LootPoolEntryTypeLootEntryManager. DYNAMICstatic LootPoolEntryTypeLootEntryManager. EMPTYstatic LootPoolEntryTypeLootEntryManager. GROUPstatic LootPoolEntryTypeLootEntryManager. ITEMstatic LootPoolEntryTypeLootEntryManager. REFERENCEstatic LootPoolEntryTypeLootEntryManager. SEQUENCEstatic LootPoolEntryTypeLootEntryManager. TAGMethods in net.minecraft.loot that return LootPoolEntryType Modifier and Type Method Description LootPoolEntryTypeAlternativesLootEntry. getType()LootPoolEntryTypeDynamicLootEntry. getType()LootPoolEntryTypeEmptyLootEntry. getType()LootPoolEntryTypeGroupLootEntry. getType()LootPoolEntryTypeItemLootEntry. getType()abstract LootPoolEntryTypeLootEntry. getType()LootPoolEntryTypeSequenceLootEntry. getType()LootPoolEntryTypeTableLootEntry. getType()LootPoolEntryTypeTagLootEntry. getType()private static LootPoolEntryTypeLootEntryManager. register(java.lang.String p_237419_0_, ILootSerializer<? extends LootEntry> p_237419_1_) -
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 RegistryKey<Registry<LootPoolEntryType>>Registry. LOOT_ENTRY_REGISTRYstatic Registry<LootPoolEntryType>Registry. LOOT_POOL_ENTRY_TYPE
-