Interface LootNbtProvider

All Known Implementing Classes:
ContextLootNbtProvider, StorageLootNbtProvider

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

    • getNbt

      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

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

      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;