Uses of Interface
net.minecraft.loot.entry.LeafEntry.Factory
Package | Description |
---|---|
net.minecraft.loot.entry |
-
Uses of LeafEntry.Factory in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as LeafEntry.Factory Modifier and Type Field Description private LeafEntry.Factory
LeafEntry.BasicBuilder. factory
Methods in net.minecraft.loot.entry with parameters of type LeafEntry.Factory Modifier and Type Method Description static LeafEntry.Builder<?>
LeafEntry. builder(LeafEntry.Factory factory)
Constructors in net.minecraft.loot.entry with parameters of type LeafEntry.Factory Constructor Description BasicBuilder(LeafEntry.Factory factory)