Uses of Class
net.minecraft.loot.StandaloneLootEntry
-
Packages that use StandaloneLootEntry Package Description net.minecraft.loot -
-
Uses of StandaloneLootEntry in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type StandaloneLootEntry Modifier and Type Class Description static class
StandaloneLootEntry.Serializer<T extends StandaloneLootEntry>
Subclasses of StandaloneLootEntry in net.minecraft.loot Modifier and Type Class Description class
DynamicLootEntry
class
EmptyLootEntry
class
ItemLootEntry
class
TableLootEntry
class
TagLootEntry
Methods in net.minecraft.loot that return StandaloneLootEntry Modifier and Type Method Description StandaloneLootEntry
StandaloneLootEntry.ILootEntryBuilder. build(int p_build_1_, int p_build_2_, ILootCondition[] p_build_3_, ILootFunction[] p_build_4_)
-