Package net.minecraft.loot.entry
Class DynamicEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
net.minecraft.loot.entry.LeafEntry
net.minecraft.loot.entry.DynamicEntry
- All Implemented Interfaces:
EntryCombiner
public class DynamicEntry extends LeafEntry
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DynamicEntry.Serializer
Nested classes/interfaces inherited from class net.minecraft.loot.entry.LeafEntry
LeafEntry.BasicBuilder, LeafEntry.Builder<T extends LeafEntry.Builder<T>>, LeafEntry.Choice, LeafEntry.Factory
-
Field Summary
Fields Modifier and Type Field Description private Identifier
name
Fields inherited from class net.minecraft.loot.entry.LootPoolEntry
conditions
Fields inherited from interface net.minecraft.loot.entry.EntryCombiner
ALWAYS_FALSE, ALWAYS_TRUE
-
Constructor Summary
Constructors Modifier Constructor Description private
DynamicEntry(Identifier name, int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
-
Method Summary
Modifier and Type Method Description static LeafEntry.Builder<?>
builder(Identifier name)
void
generateLoot(Consumer<ItemStack> lootConsumer, LootContext context)
LootPoolEntryType
getType()
Methods inherited from class net.minecraft.loot.entry.LootPoolEntry
test
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.loot.entry.EntryCombiner
and, or
-
Field Details
-
name
-
-
Constructor Details
-
DynamicEntry
private DynamicEntry(Identifier name, int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
-
-
Method Details
-
getType
- Specified by:
getType
in classLootPoolEntry
-
generateLoot
- Specified by:
generateLoot
in classLeafEntry
-
builder
-