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 djgintermediary net/minecraft/class_5592named net/minecraft/loot/function/SetBannerPatternFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Joiner -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSetBannerPatternFunction(LootCondition[] conditions, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean append) -
Method Summary
Modifier and TypeMethodDescriptiongetType()method_35531(boolean bool)protected ItemStackprocess(ItemStack stack, LootContext context)Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
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
-
patterns
- Mappings:
Namespace Name Mixin selector official aLdjg;a:Ljava/util/List;intermediary field_27343Lnet/minecraft/class_5592;field_27343:Ljava/util/List;named patternsLnet/minecraft/loot/function/SetBannerPatternFunction;patterns:Ljava/util/List;
-
append
private final boolean append- Mappings:
Namespace Name Mixin selector official bLdjg;b:Zintermediary field_27344Lnet/minecraft/class_5592;field_27344:Znamed appendLnet/minecraft/loot/function/SetBannerPatternFunction;append:Z
-
-
Constructor Details
-
SetBannerPatternFunction
private SetBannerPatternFunction(LootCondition[] conditions, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean append)- Mappings:
Namespace Name Mixin selector official <init>Ldjg;<init>([Ldki;Ljava/util/List;Z)Vintermediary <init>Lnet/minecraft/class_5592;<init>([Lnet/minecraft/class_5341;Ljava/util/List;Z)Vnamed <init>Lnet/minecraft/loot/function/SetBannerPatternFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Ljava/util/List;Z)V
-
-
Method Details
-
process
- Specified by:
processin classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLdja;a(Lbpx;Ldhq;)Lbpx;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 aLdjb;a()Ldjc;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
method_35531
- Mappings:
Namespace Name Mixin selector official aLdjg;a(Z)Ldjg$a;intermediary method_35531Lnet/minecraft/class_5592;method_35531(Z)Lnet/minecraft/class_5592$class_6157;named method_35531Lnet/minecraft/loot/function/SetBannerPatternFunction;method_35531(Z)Lnet/minecraft/loot/function/SetBannerPatternFunction$Builder;
-