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 dkr
intermediary net/minecraft/class_5646
named net/minecraft/loot/provider/nbt/ContextLootNbtProvider
  • Field Details

    • field_31875

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

      private static final ContextLootNbtProvider.Target BLOCK_ENTITY_TARGET
      Mappings:
      Namespace Name Mixin selector
      official c Ldkr;c:Ldkr$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 Ldkr;a:Ldkr;
      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

      private final ContextLootNbtProvider.Target target
      Mappings:
      Namespace Name Mixin selector
      official d Ldkr;d:Ldkr$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> Ldkr;<init>(Ldkr$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 Ldkr;b(Ldhn$c;)Ldkr$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 Ldkt;a()Ldks;
      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 Ldkt;a(Ldhn;)Lnn;
      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 Ldkt;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;
    • method_35568

      public static LootNbtProvider method_35568​(LootContext.EntityTarget entityTarget)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkr;a(Ldhn$c;)Ldkt;
      intermediary method_35568 Lnet/minecraft/class_5646;method_35568(Lnet/minecraft/class_47$class_50;)Lnet/minecraft/class_5651;
      named method_35568 Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;method_35568(Lnet/minecraft/loot/context/LootContext$EntityTarget;)Lnet/minecraft/loot/provider/nbt/LootNbtProvider;
    • setTarget

      private static ContextLootNbtProvider setTarget​(String target)
      Mappings:
      Namespace Name Mixin selector
      official b Ldkr;b(Ljava/lang/String;)Ldkr;
      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;