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 LootPoolEntryType
LootEntryManager. ALTERNATIVES
static LootPoolEntryType
LootEntryManager. DYNAMIC
static LootPoolEntryType
LootEntryManager. EMPTY
static LootPoolEntryType
LootEntryManager. GROUP
static LootPoolEntryType
LootEntryManager. ITEM
static LootPoolEntryType
LootEntryManager. REFERENCE
static LootPoolEntryType
LootEntryManager. SEQUENCE
static LootPoolEntryType
LootEntryManager. TAG
Methods in net.minecraft.loot that return LootPoolEntryType Modifier and Type Method Description LootPoolEntryType
AlternativesLootEntry. getType()
LootPoolEntryType
DynamicLootEntry. getType()
LootPoolEntryType
EmptyLootEntry. getType()
LootPoolEntryType
GroupLootEntry. getType()
LootPoolEntryType
ItemLootEntry. getType()
abstract LootPoolEntryType
LootEntry. getType()
LootPoolEntryType
SequenceLootEntry. getType()
LootPoolEntryType
TableLootEntry. getType()
LootPoolEntryType
TagLootEntry. getType()
private static LootPoolEntryType
LootEntryManager. 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_REGISTRY
static Registry<LootPoolEntryType>
Registry. LOOT_POOL_ENTRY_TYPE
-