Class ContextLootNbtProvider

java.lang.Object
net.minecraft.loot.provider.nbt.ContextLootNbtProvider
All Implemented Interfaces:
LootNbtProvider

public class ContextLootNbtProvider extends Object implements LootNbtProvider
Mappings:
Namespace Name
official dyx
intermediary net/minecraft/class_5646
named net/minecraft/loot/provider/nbt/ContextLootNbtProvider
  • Field Details

    • BLOCK_ENTITY_TARGET_NAME

      private static final String BLOCK_ENTITY_TARGET_NAME
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldyx;b:Ljava/lang/String;
      intermediary field_31875 Lnet/minecraft/class_5646;field_31875:Ljava/lang/String;
      named BLOCK_ENTITY_TARGET_NAME Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;BLOCK_ENTITY_TARGET_NAME:Ljava/lang/String;
    • BLOCK_ENTITY_TARGET

      private static final ContextLootNbtProvider.Target BLOCK_ENTITY_TARGET
      Mappings:
      Namespace Name Mixin selector
      official c Ldyx;c:Ldyx$a;
      intermediary field_27915 Lnet/minecraft/class_5646;field_27915:Lnet/minecraft/class_5646$class_5648;
      named BLOCK_ENTITY_TARGET Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;BLOCK_ENTITY_TARGET:Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target;
    • BLOCK_ENTITY

      public static final ContextLootNbtProvider BLOCK_ENTITY
      Mappings:
      Namespace Name Mixin selector
      official a Ldyx;a:Ldyx;
      intermediary field_27914 Lnet/minecraft/class_5646;field_27914:Lnet/minecraft/class_5646;
      named BLOCK_ENTITY Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;BLOCK_ENTITY:Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;
    • target

      Mappings:
      Namespace Name Mixin selector
      official d Ldyx;d:Ldyx$a;
      intermediary field_27916 Lnet/minecraft/class_5646;field_27916:Lnet/minecraft/class_5646$class_5648;
      named target Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;target:Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target;
  • Constructor Details

    • ContextLootNbtProvider

      private ContextLootNbtProvider(ContextLootNbtProvider.Target target)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldyx;<init>(Ldyx$a;)V
      intermediary <init> Lnet/minecraft/class_5646;<init>(Lnet/minecraft/class_5646$class_5648;)V
      named <init> Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;<init>(Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target;)V
  • Method Details

    • getTarget

      private static ContextLootNbtProvider.Target getTarget(LootContext.EntityTarget entityTarget)
      Mappings:
      Namespace Name Mixin selector
      official b Ldyx;b(Ldvr$c;)Ldyx$a;
      intermediary method_32430 Lnet/minecraft/class_5646;method_32430(Lnet/minecraft/class_47$class_50;)Lnet/minecraft/class_5646$class_5648;
      named getTarget Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;getTarget(Lnet/minecraft/loot/context/LootContext$EntityTarget;)Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target;
    • getType

      public LootNbtProviderType getType()
      Specified by:
      getType in interface LootNbtProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldyz;a()Ldyy;
      intermediary method_32439 Lnet/minecraft/class_5651;method_32439()Lnet/minecraft/class_5650;
      named getType Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getType()Lnet/minecraft/loot/provider/nbt/LootNbtProviderType;
    • getNbt

      @Nullable public @Nullable NbtElement getNbt(LootContext context)
      Specified by:
      getNbt in interface LootNbtProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldyz;a(Ldvr;)Lri;
      intermediary method_32440 Lnet/minecraft/class_5651;method_32440(Lnet/minecraft/class_47;)Lnet/minecraft/class_2520;
      named getNbt Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getNbt(Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/nbt/NbtElement;
    • getRequiredParameters

      public Set<LootContextParameter<?>> getRequiredParameters()
      Specified by:
      getRequiredParameters in interface LootNbtProvider
      Mappings:
      Namespace Name Mixin selector
      official b Ldyz;b()Ljava/util/Set;
      intermediary method_32441 Lnet/minecraft/class_5651;method_32441()Ljava/util/Set;
      named getRequiredParameters Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getRequiredParameters()Ljava/util/Set;
    • fromTarget

      public static LootNbtProvider fromTarget(LootContext.EntityTarget target)
      Mappings:
      Namespace Name Mixin selector
      official a Ldyx;a(Ldvr$c;)Ldyz;
      intermediary method_35568 Lnet/minecraft/class_5646;method_35568(Lnet/minecraft/class_47$class_50;)Lnet/minecraft/class_5651;
      named fromTarget Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;fromTarget(Lnet/minecraft/loot/context/LootContext$EntityTarget;)Lnet/minecraft/loot/provider/nbt/LootNbtProvider;
    • fromTarget

      static ContextLootNbtProvider fromTarget(String target)
      Mappings:
      Namespace Name Mixin selector
      official a Ldyx;a(Ljava/lang/String;)Ldyx;
      intermediary method_32431 Lnet/minecraft/class_5646;method_32431(Ljava/lang/String;)Lnet/minecraft/class_5646;
      named fromTarget Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;fromTarget(Ljava/lang/String;)Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;