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
public class SetBannerPatternFunction extends ConditionalLootFunction
- Mappings:
Namespace Name official dfyintermediary net/minecraft/class_5592named net/minecraft/loot/function/SetBannerPatternFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetBannerPatternFunction.SerializerNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner -
Field Summary
Fields Modifier and Type Field Description private booleanappendprivate List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>patternsFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
Constructors Modifier Constructor Description privateSetBannerPatternFunction(LootCondition[] conditions, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean append) -
Method Summary
Modifier and Type Method Description LootFunctionTypegetType()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 aLdfy;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 bLdfy;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>Ldfy;<init>([Ldha;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 aLdfs;a(Lbnv;Ldei;)Lbnv;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 aLdft;a()Ldfu;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-