Package net.minecraft.loot
Class StandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>
java.lang.Object
net.minecraft.loot.LootEntry.Builder<T>
net.minecraft.loot.StandaloneLootEntry.Builder<T>
- All Implemented Interfaces:
- ILootConditionConsumer<T>,- ILootFunctionConsumer<T>
- Direct Known Subclasses:
- StandaloneLootEntry.BuilderImpl
- Enclosing class:
- StandaloneLootEntry
public abstract static class StandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>
extends LootEntry.Builder<T>
implements ILootFunctionConsumer<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(ILootFunction.IBuilder p_212841_1_) protected ILootFunction[]setQuality(int p_216085_1_) setWeight(int p_216086_1_) Methods inherited from class net.minecraft.loot.LootEntry.Builderbuild, getConditions, getThis, otherwise, unwrap, whenMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.ILootFunctionConsumerunwrap
- 
Field Details- 
weightprotected int weight
- 
qualityprotected int quality
- 
functions
 
- 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- ILootFunctionConsumer<T extends StandaloneLootEntry.Builder<T>>
 
- 
getFunctions
- 
setWeight
- 
setQuality
 
-