类 LootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder<T>
- 所有已实现的接口:
ConditionUserBuilder<T>
- 直接已知子类:
AlternativesEntry.Builder
,EntryGroup.Builder
,LootPoolSingletonContainer.Builder
,SequentialEntry.Builder
public abstract static class LootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>
extends Object
implements ConditionUserBuilder<T>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明append
(LootPoolEntryContainer.Builder<?> p_165148_) abstract LootPoolEntryContainer
build()
protected List
<LootItemCondition> protected abstract T
getThis()
otherwise
(LootPoolEntryContainer.Builder<?> p_79644_) then
(LootPoolEntryContainer.Builder<?> p_165149_) final T
unwrap()
when
(LootItemCondition.Builder p_79646_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.storage.loot.predicates.ConditionUserBuilder
when
-
字段详细资料
-
conditions
-
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
getThis
-
when
- 指定者:
when
在接口中ConditionUserBuilder<T extends LootPoolEntryContainer.Builder<T>>
-
unwrap
- 指定者:
unwrap
在接口中ConditionUserBuilder<T extends LootPoolEntryContainer.Builder<T>>
-
getConditions
-
otherwise
-
append
-
then
-
build
-