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 dlt
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 Ldlt;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 Ldlt;c:Ldlt$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 Ldlt;a:Ldlt;
      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 Ldlt;d:Ldlt$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> Ldlt;<init>(Ldlt$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 Ldlt;b(Ldip$c;)Ldlt$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 Ldlv;a()Ldlu;
      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;
    • getNbtTag

      @Nullable public @Nullable NbtElement getNbtTag(LootContext context)
      Specified by:
      getNbtTag in interface LootNbtProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldlv;a(Ldip;)Lns;
      intermediary method_32440 Lnet/minecraft/class_5651;method_32440(Lnet/minecraft/class_47;)Lnet/minecraft/class_2520;
      named getNbtTag Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getNbtTag(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 Ldlv;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 Ldlt;a(Ldip$c;)Ldlv;
      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;
    • setTarget

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