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

    • patterns

      private final List<com.mojang.datafixers.util.Pair<BannerPattern,​DyeColor>> patterns
      Mappings:
      Namespace Name Mixin selector
      official a Ldjd;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

      private final boolean append
      Mappings:
      Namespace Name Mixin selector
      official b Ldjd;b:Z
      intermediary field_27344 Lnet/minecraft/class_5592;field_27344:Z
      named append Lnet/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> Ldjd;<init>([Ldkf;Ljava/util/List;Z)V
      intermediary <init> Lnet/minecraft/class_5592;<init>([Lnet/minecraft/class_5341;Ljava/util/List;Z)V
      named <init> Lnet/minecraft/loot/function/SetBannerPatternFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Ljava/util/List;Z)V
  • Method Details

    • process

      protected ItemStack process​(ItemStack stack, LootContext context)
      Specified by:
      process in class ConditionalLootFunction
      Mappings:
      Namespace Name Mixin selector
      official a Ldix;a(Lbpr;Ldhn;)Lbpr;
      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 Ldiy;a()Ldiz;
      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.class_6157 method_35531​(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ldjd;a(Z)Ldjd$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$class_6157;