Interface LootNbtProvider

All Known Implementing Classes:
ContextLootNbtProvider, StorageLootNbtProvider

public interface LootNbtProvider
Mappings:
Namespace Name
official dlv
intermediary net/minecraft/class_5651
named net/minecraft/loot/provider/nbt/LootNbtProvider
  • Method Details

    • getNbtTag

      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

      Set<LootContextParameter<?>> getRequiredParameters()
      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;
    • getType

      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;