Class LootPoolSingletonContainer.DummyBuilder
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder<T>
net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<LootPoolSingletonContainer.DummyBuilder>
net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.DummyBuilder
- All Implemented Interfaces:
FunctionUserBuilder<LootPoolSingletonContainer.DummyBuilder>
,ConditionUserBuilder<LootPoolSingletonContainer.DummyBuilder>
- Enclosing class:
LootPoolSingletonContainer
static class LootPoolSingletonContainer.DummyBuilder
extends LootPoolSingletonContainer.Builder<LootPoolSingletonContainer.DummyBuilder>
-
Field Summary
Fields inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder
quality, weight
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected LootPoolSingletonContainer.DummyBuilder
getThis()
Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder
apply, getFunctions, setQuality, setWeight
Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder
append, getConditions, otherwise, then, 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.world.level.storage.loot.predicates.ConditionUserBuilder
when
Methods inherited from interface net.minecraft.world.level.storage.loot.functions.FunctionUserBuilder
apply, apply, unwrap
-
Field Details
-
constructor
-
-
Constructor Details
-
DummyBuilder
-
-
Method Details
-
getThis
- Specified by:
getThis
in classLootPoolEntryContainer.Builder<LootPoolSingletonContainer.DummyBuilder>
-
build
- Specified by:
build
in classLootPoolEntryContainer.Builder<LootPoolSingletonContainer.DummyBuilder>
-