Package net.minecraft.loot.function
Class LootingEnchantLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.LootingEnchantLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootContextAware
,LootFunction
- Mappings:
Namespace Name official eim
intermediary net/minecraft/class_125
named net/minecraft/loot/function/LootingEnchantLootFunction
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LootingEnchantLootFunction>
private final LootNumberProvider
static final int
private final int
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionLootingEnchantLootFunction
(List<LootCondition> conditions, LootNumberProvider countRange, int limit) -
Method Summary
Modifier and TypeMethodDescriptionbuilder
(LootNumberProvider countRange) getType()
private boolean
hasLimit()
process
(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
addConditionsField, apply, builder, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMIT- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leim;a:I
intermediary field_31854
Lnet/minecraft/class_125;field_31854:I
named DEFAULT_LIMIT
Lnet/minecraft/loot/function/LootingEnchantLootFunction;DEFAULT_LIMIT:I
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Leim;b:Lcom/mojang/serialization/Codec;
intermediary field_45833
Lnet/minecraft/class_125;field_45833:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/function/LootingEnchantLootFunction;CODEC:Lcom/mojang/serialization/Codec;
-
countRange
- Mappings:
Namespace Name Mixin selector official c
Leim;c:Lekq;
intermediary field_1082
Lnet/minecraft/class_125;field_1082:Lnet/minecraft/class_5658;
named countRange
Lnet/minecraft/loot/function/LootingEnchantLootFunction;countRange:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
limit
private final int limit- Mappings:
Namespace Name Mixin selector official d
Leim;d:I
intermediary field_1083
Lnet/minecraft/class_125;field_1083:I
named limit
Lnet/minecraft/loot/function/LootingEnchantLootFunction;limit:I
-
-
Constructor Details
-
LootingEnchantLootFunction
LootingEnchantLootFunction(List<LootCondition> conditions, LootNumberProvider countRange, int limit) - Mappings:
Namespace Name Mixin selector official <init>
Leim;<init>(Ljava/util/List;Lekq;I)V
intermediary <init>
Lnet/minecraft/class_125;<init>(Ljava/util/List;Lnet/minecraft/class_5658;I)V
named <init>
Lnet/minecraft/loot/function/LootingEnchantLootFunction;<init>(Ljava/util/List;Lnet/minecraft/loot/provider/number/LootNumberProvider;I)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official b
Leij;b()Leik;
intermediary method_29321
Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;
named getType
Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official a
Legx;a()Ljava/util/Set;
intermediary method_293
Lnet/minecraft/class_46;method_293()Ljava/util/Set;
named getRequiredParameters
Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
hasLimit
private boolean hasLimit()- Mappings:
Namespace Name Mixin selector official c
Leim;c()Z
intermediary method_549
Lnet/minecraft/class_125;method_549()Z
named hasLimit
Lnet/minecraft/loot/function/LootingEnchantLootFunction;hasLimit()Z
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Leii;a(Lcmy;Legw;)Lcmy;
intermediary method_522
Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;
named process
Lnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
builder
- Mappings:
Namespace Name Mixin selector official a
Leim;a(Lekq;)Leim$a;
intermediary method_547
Lnet/minecraft/class_125;method_547(Lnet/minecraft/class_5658;)Lnet/minecraft/class_125$class_126;
named builder
Lnet/minecraft/loot/function/LootingEnchantLootFunction;builder(Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/LootingEnchantLootFunction$Builder;
-