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 dkf
intermediary net/minecraft/class_5592
named net/minecraft/loot/function/SetBannerPatternFunction
  • Field Details

    • patterns

      final List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns
      Mappings:
      Namespace Name Mixin selector
      official a Ldkf;a:Ljava/util/List;
      intermediary field_27343 Lnet/minecraft/class_5592;field_27343:Ljava/util/List;
      named patterns Lnet/minecraft/loot/function/SetBannerPatternFunction;patterns:Ljava/util/List;
    • append

      final boolean append
      Mappings:
      Namespace Name Mixin selector
      official b Ldkf;b:Z
      intermediary field_27344 Lnet/minecraft/class_5592;field_27344:Z
      named append Lnet/minecraft/loot/function/SetBannerPatternFunction;append:Z
  • Constructor Details

  • Method Details

    • process

      protected ItemStack process(ItemStack stack, LootContext context)
      Specified by:
      process in class ConditionalLootFunction
      Mappings:
      Namespace Name Mixin selector
      official a Ldjz;a(Lbqp;Ldip;)Lbqp;
      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;
    • getType

      public LootFunctionType getType()
      Mappings:
      Namespace Name Mixin selector
      official a Ldka;a()Ldkb;
      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;
    • method_35531

      public static SetBannerPatternFunction.Builder method_35531(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkf;a(Z)Ldkf$a;
      intermediary method_35531 Lnet/minecraft/class_5592;method_35531(Z)Lnet/minecraft/class_5592$class_6157;
      named method_35531 Lnet/minecraft/loot/function/SetBannerPatternFunction;method_35531(Z)Lnet/minecraft/loot/function/SetBannerPatternFunction$Builder;