Package net.minecraft.loot.function
Class SetBannerPatternFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetBannerPatternFunction
- All Implemented Interfaces:
BiFunction<ItemStack,,LootContext, ItemStack> LootContextAware,LootFunction
- Mappings:
Namespace Name official eovintermediary net/minecraft/class_5592named net/minecraft/loot/function/SetBannerPatternFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanstatic final com.mojang.serialization.Codec<SetBannerPatternFunction> private final BannerPatternsComponentFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
ConstructorsConstructorDescriptionSetBannerPatternFunction(List<LootCondition> conditions, BannerPatternsComponent bannerPatternsComponent, boolean append) -
Method Summary
Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
addConditionsField, apply, builder, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLeov;a:Lcom/mojang/serialization/Codec;intermediary field_45839Lnet/minecraft/class_5592;field_45839:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/loot/function/SetBannerPatternFunction;CODEC:Lcom/mojang/serialization/Codec;
-
patterns
- Mappings:
Namespace Name Mixin selector official bLeov;b:Ldlw;intermediary field_27343Lnet/minecraft/class_5592;field_27343:Lnet/minecraft/class_9307;named patternsLnet/minecraft/loot/function/SetBannerPatternFunction;patterns:Lnet/minecraft/component/type/BannerPatternsComponent;
-
append
private final boolean append- Mappings:
Namespace Name Mixin selector official cLeov;c:Zintermediary field_27344Lnet/minecraft/class_5592;field_27344:Znamed appendLnet/minecraft/loot/function/SetBannerPatternFunction;append:Z
-
-
Constructor Details
-
SetBannerPatternFunction
SetBannerPatternFunction(List<LootCondition> conditions, BannerPatternsComponent bannerPatternsComponent, boolean append) - Mappings:
Namespace Name Mixin selector official <init>Leov;<init>(Ljava/util/List;Ldlw;Z)Vintermediary <init>Lnet/minecraft/class_5592;<init>(Ljava/util/List;Lnet/minecraft/class_9307;Z)Vnamed <init>Lnet/minecraft/loot/function/SetBannerPatternFunction;<init>(Ljava/util/List;Lnet/minecraft/component/type/BannerPatternsComponent;Z)V
-
-
Method Details
-
process
- Specified by:
processin classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLeoo;a(Lcrj;Lenb;)Lcrj;intermediary method_522Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;named processLnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
getType
- Mappings:
Namespace Name Mixin selector official bLeop;b()Leoq;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
builder
- Mappings:
Namespace Name Mixin selector official aLeov;a(Z)Leov$a;intermediary method_35531Lnet/minecraft/class_5592;method_35531(Z)Lnet/minecraft/class_5592$class_6157;named builderLnet/minecraft/loot/function/SetBannerPatternFunction;builder(Z)Lnet/minecraft/loot/function/SetBannerPatternFunction$Builder;
-