Package net.minecraft.loot.entry
Class LootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Builder<T>
- All Implemented Interfaces:
LootConditionConsumingBuilder<T>
- Direct Known Subclasses:
AlternativeEntry.Builder
,GroupEntry.Builder
,LeafEntry.Builder
,SequenceEntry.Builder
- Enclosing class:
LootPoolEntry
public abstract static class LootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>
extends Object
implements LootConditionConsumingBuilder<T>
- Mappings:
Namespace Name official dwj$a
intermediary net/minecraft/class_79$class_80
named net/minecraft/loot/entry/LootPoolEntry$Builder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalternatively
(LootPoolEntry.Builder<?> builder) abstract LootPoolEntry
build()
conditionally
(LootCondition.Builder builder) protected LootCondition[]
protected abstract T
final T
groupEntry
(LootPoolEntry.Builder<?> entry) sequenceEntry
(LootPoolEntry.Builder<?> entry) 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.condition.LootConditionConsumingBuilder
conditionally
-
Field Details
-
conditions
- Mappings:
Namespace Name Mixin selector official a
Ldwj$a;a:Ljava/util/List;
intermediary field_990
Lnet/minecraft/class_79$class_80;field_990:Ljava/util/List;
named conditions
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;conditions:Ljava/util/List;
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getThisBuilder
- Mappings:
Namespace Name Mixin selector official ag_
Ldwj$a;ag_()Ldwj$a;
intermediary method_418
Lnet/minecraft/class_79$class_80;method_418()Lnet/minecraft/class_79$class_80;
named getThisBuilder
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;getThisBuilder()Lnet/minecraft/loot/entry/LootPoolEntry$Builder;
-
conditionally
- Specified by:
conditionally
in interfaceLootConditionConsumingBuilder<T extends LootPoolEntry.Builder<T>>
- Mappings:
Namespace Name Mixin selector official a
Ldwj$a;a(Ldyl$a;)Ldwj$a;
intermediary method_421
Lnet/minecraft/class_79$class_80;method_421(Lnet/minecraft/class_5341$class_210;)Lnet/minecraft/class_79$class_80;
named conditionally
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;conditionally(Lnet/minecraft/loot/condition/LootCondition$Builder;)Lnet/minecraft/loot/entry/LootPoolEntry$Builder;
-
getThisConditionConsumingBuilder
- Specified by:
getThisConditionConsumingBuilder
in interfaceLootConditionConsumingBuilder<T extends LootPoolEntry.Builder<T>>
- Mappings:
Namespace Name Mixin selector official e
Ldwj$a;e()Ldwj$a;
intermediary method_416
Lnet/minecraft/class_79$class_80;method_416()Lnet/minecraft/class_79$class_80;
named getThisConditionConsumingBuilder
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;getThisConditionConsumingBuilder()Lnet/minecraft/loot/entry/LootPoolEntry$Builder;
-
getConditions
- Mappings:
Namespace Name Mixin selector official f
Ldwj$a;f()[Ldyl;
intermediary method_420
Lnet/minecraft/class_79$class_80;method_420()[Lnet/minecraft/class_5341;
named getConditions
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;getConditions()[Lnet/minecraft/loot/condition/LootCondition;
-
alternatively
- Mappings:
Namespace Name Mixin selector official a
Ldwj$a;a(Ldwj$a;)Ldwa$a;
intermediary method_417
Lnet/minecraft/class_79$class_80;method_417(Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_65$class_66;
named alternatively
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;alternatively(Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/AlternativeEntry$Builder;
-
sequenceEntry
- Mappings:
Namespace Name Mixin selector official b
Ldwj$a;b(Ldwj$a;)Ldwf$a;
intermediary method_35513
Lnet/minecraft/class_79$class_80;method_35513(Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_93$class_6152;
named sequenceEntry
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;sequenceEntry(Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/GroupEntry$Builder;
-
groupEntry
- Mappings:
Namespace Name Mixin selector official c
Ldwj$a;c(Ldwj$a;)Ldwn$a;
intermediary method_35514
Lnet/minecraft/class_79$class_80;method_35514(Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_72$class_6153;
named groupEntry
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;groupEntry(Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/SequenceEntry$Builder;
-
build
- Mappings:
Namespace Name Mixin selector official b
Ldwj$a;b()Ldwj;
intermediary method_419
Lnet/minecraft/class_79$class_80;method_419()Lnet/minecraft/class_79;
named build
Lnet/minecraft/loot/entry/LootPoolEntry$Builder;build()Lnet/minecraft/loot/entry/LootPoolEntry;
-