Package net.minecraft.loot
Class StandaloneLootEntry.BuilderImpl
- java.lang.Object
-
- net.minecraft.loot.LootEntry.Builder<T>
-
- net.minecraft.loot.StandaloneLootEntry.Builder<StandaloneLootEntry.BuilderImpl>
-
- net.minecraft.loot.StandaloneLootEntry.BuilderImpl
-
- All Implemented Interfaces:
ILootConditionConsumer<StandaloneLootEntry.BuilderImpl>,ILootFunctionConsumer<StandaloneLootEntry.BuilderImpl>
- Enclosing class:
- StandaloneLootEntry
static class StandaloneLootEntry.BuilderImpl extends StandaloneLootEntry.Builder<StandaloneLootEntry.BuilderImpl>
-
-
Field Summary
Fields Modifier and Type Field Description private StandaloneLootEntry.ILootEntryBuilderconstructor-
Fields inherited from class net.minecraft.loot.StandaloneLootEntry.Builder
quality, weight
-
-
Constructor Summary
Constructors Constructor Description BuilderImpl(StandaloneLootEntry.ILootEntryBuilder p_i50485_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LootEntrybuild()protected StandaloneLootEntry.BuilderImplgetThis()-
Methods inherited from class net.minecraft.loot.StandaloneLootEntry.Builder
apply, getFunctions, setQuality, setWeight
-
Methods inherited from class net.minecraft.loot.LootEntry.Builder
getConditions, otherwise, unwrap, when
-
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.ILootFunctionConsumer
unwrap
-
-
-
-
Field Detail
-
constructor
private final StandaloneLootEntry.ILootEntryBuilder constructor
-
-
Constructor Detail
-
BuilderImpl
public BuilderImpl(StandaloneLootEntry.ILootEntryBuilder p_i50485_1_)
-
-
Method Detail
-
getThis
protected StandaloneLootEntry.BuilderImpl getThis()
- Specified by:
getThisin classLootEntry.Builder<StandaloneLootEntry.BuilderImpl>
-
build
public LootEntry build()
- Specified by:
buildin classLootEntry.Builder<StandaloneLootEntry.BuilderImpl>
-
-