Package net.minecraft.loot
Class LootTable.Builder
java.lang.Object
net.minecraft.loot.LootTable.Builder
- All Implemented Interfaces:
LootFunctionConsumingBuilder<LootTable.Builder>
- Enclosing class:
- LootTable
public static class LootTable.Builder extends Object implements LootFunctionConsumingBuilder<LootTable.Builder>
- Mappings:
Namespace Name official del$aintermediary net/minecraft/class_52$class_53named net/minecraft/loot/LootTable$Builder
-
Field Summary
Fields Modifier and Type Field Description private List<LootFunction>functionsprivate List<LootPool>poolsprivate LootContextTypetype -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description LootTable.Builderapply(LootFunction.Builder builder)LootTablebuild()LootTable.BuildergetThis()LootTable.Builderpool(LootPool.Builder poolBuilder)LootTable.Buildertype(LootContextType context)
-
Field Details
-
pools
- Mappings:
Namespace Name Mixin selector official aLdel$a;a:Ljava/util/List;intermediary field_949Lnet/minecraft/class_52$class_53;field_949:Ljava/util/List;named poolsLnet/minecraft/loot/LootTable$Builder;pools:Ljava/util/List;
-
functions
- Mappings:
Namespace Name Mixin selector official bLdel$a;b:Ljava/util/List;intermediary field_951Lnet/minecraft/class_52$class_53;field_951:Ljava/util/List;named functionsLnet/minecraft/loot/LootTable$Builder;functions:Ljava/util/List;
-
type
- Mappings:
Namespace Name Mixin selector official cLdel$a;c:Ldgm;intermediary field_950Lnet/minecraft/class_52$class_53;field_950:Lnet/minecraft/class_176;named typeLnet/minecraft/loot/LootTable$Builder;type:Lnet/minecraft/loot/context/LootContextType;
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pool
- Mappings:
Namespace Name Mixin selector official aLdel$a;a(Ldek$a;)Ldel$a;intermediary method_336Lnet/minecraft/class_52$class_53;method_336(Lnet/minecraft/class_55$class_56;)Lnet/minecraft/class_52$class_53;named poolLnet/minecraft/loot/LootTable$Builder;pool(Lnet/minecraft/loot/LootPool$Builder;)Lnet/minecraft/loot/LootTable$Builder;
-
type
- Mappings:
Namespace Name Mixin selector official aLdel$a;a(Ldgm;)Ldel$a;intermediary method_334Lnet/minecraft/class_52$class_53;method_334(Lnet/minecraft/class_176;)Lnet/minecraft/class_52$class_53;named typeLnet/minecraft/loot/LootTable$Builder;type(Lnet/minecraft/loot/context/LootContextType;)Lnet/minecraft/loot/LootTable$Builder;
-
apply
- Specified by:
applyin interfaceLootFunctionConsumingBuilder<LootTable.Builder>- Mappings:
Namespace Name Mixin selector official aLdel$a;a(Ldft$a;)Ldel$a;intermediary method_335Lnet/minecraft/class_52$class_53;method_335(Lnet/minecraft/class_117$class_118;)Lnet/minecraft/class_52$class_53;named applyLnet/minecraft/loot/LootTable$Builder;apply(Lnet/minecraft/loot/function/LootFunction$Builder;)Lnet/minecraft/loot/LootTable$Builder;
-
getThis
- Specified by:
getThisin interfaceLootFunctionConsumingBuilder<LootTable.Builder>- Mappings:
Namespace Name Mixin selector official aLdel$a;a()Ldel$a;intermediary method_337Lnet/minecraft/class_52$class_53;method_337()Lnet/minecraft/class_52$class_53;named getThisLnet/minecraft/loot/LootTable$Builder;getThis()Lnet/minecraft/loot/LootTable$Builder;
-
build
- Mappings:
Namespace Name Mixin selector official bLdel$a;b()Ldel;intermediary method_338Lnet/minecraft/class_52$class_53;method_338()Lnet/minecraft/class_52;named buildLnet/minecraft/loot/LootTable$Builder;build()Lnet/minecraft/loot/LootTable;
-