Package net.minecraft.loot
Class LootTable
java.lang.Object
net.minecraft.loot.LootTable
public class LootTable extends Object
- Mappings:
Namespace Name official delintermediary net/minecraft/class_52named net/minecraft/loot/LootTable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLootTable.Builderstatic classLootTable.Serializer -
Field Summary
Fields Modifier and Type Field Description private BiFunction<ItemStack,LootContext,ItemStack>combinedFunctionstatic LootTableEMPTYprivate LootFunction[]functionsstatic LootContextTypeGENERICprivate static LoggerLOGGERprivate LootPool[]poolsprivate LootContextTypetype -
Constructor Summary
Constructors Modifier Constructor Description privateLootTable(LootContextType type, LootPool[] pools, LootFunction[] functions) -
Method Summary
Modifier and Type Method Description static LootTable.Builderbuilder()List<ItemStack>generateLoot(LootContext context)voidgenerateLoot(LootContext context, Consumer<ItemStack> lootConsumer)voidgenerateUnprocessedLoot(LootContext context, Consumer<ItemStack> lootConsumer)private List<Integer>getFreeSlots(Inventory inventory, Random random)LootContextTypegetType()static Consumer<ItemStack>processStacks(Consumer<ItemStack> lootConsumer)private voidshuffle(List<ItemStack> drops, int freeSlots, Random random)voidsupplyInventory(Inventory inventory, LootContext context)voidvalidate(LootTableReporter reporter)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official cLdel;c:Lorg/apache/logging/log4j/Logger;intermediary field_946Lnet/minecraft/class_52;field_946:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/loot/LootTable;LOGGER:Lorg/apache/logging/log4j/Logger;
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLdel;a:Ldel;intermediary field_948Lnet/minecraft/class_52;field_948:Lnet/minecraft/class_52;named EMPTYLnet/minecraft/loot/LootTable;EMPTY:Lnet/minecraft/loot/LootTable;
-
GENERIC
- Mappings:
Namespace Name Mixin selector official bLdel;b:Ldgm;intermediary field_947Lnet/minecraft/class_52;field_947:Lnet/minecraft/class_176;named GENERICLnet/minecraft/loot/LootTable;GENERIC:Lnet/minecraft/loot/context/LootContextType;
-
type
- Mappings:
Namespace Name Mixin selector official dLdel;d:Ldgm;intermediary field_942Lnet/minecraft/class_52;field_942:Lnet/minecraft/class_176;named typeLnet/minecraft/loot/LootTable;type:Lnet/minecraft/loot/context/LootContextType;
-
pools
- Mappings:
Namespace Name Mixin selector official eLdel;e:[Ldek;intermediary field_943Lnet/minecraft/class_52;field_943:[Lnet/minecraft/class_55;named poolsLnet/minecraft/loot/LootTable;pools:[Lnet/minecraft/loot/LootPool;
-
functions
- Mappings:
Namespace Name Mixin selector official fLdel;f:[Ldft;intermediary field_944Lnet/minecraft/class_52;field_944:[Lnet/minecraft/class_117;named functionsLnet/minecraft/loot/LootTable;functions:[Lnet/minecraft/loot/function/LootFunction;
-
combinedFunction
- Mappings:
Namespace Name Mixin selector official gLdel;g:Ljava/util/function/BiFunction;intermediary field_945Lnet/minecraft/class_52;field_945:Ljava/util/function/BiFunction;named combinedFunctionLnet/minecraft/loot/LootTable;combinedFunction:Ljava/util/function/BiFunction;
-
-
Constructor Details
-
LootTable
- Mappings:
Namespace Name Mixin selector official <init>Ldel;<init>(Ldgm;[Ldek;[Ldft;)Vintermediary <init>Lnet/minecraft/class_52;<init>(Lnet/minecraft/class_176;[Lnet/minecraft/class_55;[Lnet/minecraft/class_117;)Vnamed <init>Lnet/minecraft/loot/LootTable;<init>(Lnet/minecraft/loot/context/LootContextType;[Lnet/minecraft/loot/LootPool;[Lnet/minecraft/loot/function/LootFunction;)V
-
-
Method Details
-
processStacks
- Mappings:
Namespace Name Mixin selector official aLdel;a(Ljava/util/function/Consumer;)Ljava/util/function/Consumer;intermediary method_332Lnet/minecraft/class_52;method_332(Ljava/util/function/Consumer;)Ljava/util/function/Consumer;named processStacksLnet/minecraft/loot/LootTable;processStacks(Ljava/util/function/Consumer;)Ljava/util/function/Consumer;
-
generateUnprocessedLoot
- Mappings:
Namespace Name Mixin selector official aLdel;a(Ldei;Ljava/util/function/Consumer;)Vintermediary method_328Lnet/minecraft/class_52;method_328(Lnet/minecraft/class_47;Ljava/util/function/Consumer;)Vnamed generateUnprocessedLootLnet/minecraft/loot/LootTable;generateUnprocessedLoot(Lnet/minecraft/loot/context/LootContext;Ljava/util/function/Consumer;)V
-
generateLoot
- Mappings:
Namespace Name Mixin selector official bLdel;b(Ldei;Ljava/util/function/Consumer;)Vintermediary method_320Lnet/minecraft/class_52;method_320(Lnet/minecraft/class_47;Ljava/util/function/Consumer;)Vnamed generateLootLnet/minecraft/loot/LootTable;generateLoot(Lnet/minecraft/loot/context/LootContext;Ljava/util/function/Consumer;)V
-
generateLoot
- Mappings:
Namespace Name Mixin selector official aLdel;a(Ldei;)Ljava/util/List;intermediary method_319Lnet/minecraft/class_52;method_319(Lnet/minecraft/class_47;)Ljava/util/List;named generateLootLnet/minecraft/loot/LootTable;generateLoot(Lnet/minecraft/loot/context/LootContext;)Ljava/util/List;
-
getType
- Mappings:
Namespace Name Mixin selector official aLdel;a()Ldgm;intermediary method_322Lnet/minecraft/class_52;method_322()Lnet/minecraft/class_176;named getTypeLnet/minecraft/loot/LootTable;getType()Lnet/minecraft/loot/context/LootContextType;
-
validate
- Mappings:
Namespace Name Mixin selector official aLdel;a(Ldeq;)Vintermediary method_330Lnet/minecraft/class_52;method_330(Lnet/minecraft/class_58;)Vnamed validateLnet/minecraft/loot/LootTable;validate(Lnet/minecraft/loot/LootTableReporter;)V
-
supplyInventory
- Mappings:
Namespace Name Mixin selector official aLdel;a(Lapj;Ldei;)Vintermediary method_329Lnet/minecraft/class_52;method_329(Lnet/minecraft/class_1263;Lnet/minecraft/class_47;)Vnamed supplyInventoryLnet/minecraft/loot/LootTable;supplyInventory(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/loot/context/LootContext;)V
-
shuffle
- Mappings:
Namespace Name Mixin selector official aLdel;a(Ljava/util/List;ILjava/util/Random;)Vintermediary method_333Lnet/minecraft/class_52;method_333(Ljava/util/List;ILjava/util/Random;)Vnamed shuffleLnet/minecraft/loot/LootTable;shuffle(Ljava/util/List;ILjava/util/Random;)V
-
getFreeSlots
- Mappings:
Namespace Name Mixin selector official aLdel;a(Lapj;Ljava/util/Random;)Ljava/util/List;intermediary method_321Lnet/minecraft/class_52;method_321(Lnet/minecraft/class_1263;Ljava/util/Random;)Ljava/util/List;named getFreeSlotsLnet/minecraft/loot/LootTable;getFreeSlots(Lnet/minecraft/inventory/Inventory;Ljava/util/Random;)Ljava/util/List;
-
builder
- Mappings:
Namespace Name Mixin selector official bLdel;b()Ldel$a;intermediary method_324Lnet/minecraft/class_52;method_324()Lnet/minecraft/class_52$class_53;named builderLnet/minecraft/loot/LootTable;builder()Lnet/minecraft/loot/LootTable$Builder;
-