Uses of Interface
net.minecraft.loot.provider.nbt.LootNbtProvider
| Package | Description |
|---|---|
| net.minecraft.loot.function | |
| net.minecraft.loot.provider.nbt |
-
Uses of LootNbtProvider in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootNbtProvider Modifier and Type Field Description private LootNbtProviderCopyNbtLootFunction.Builder. sourceprivate LootNbtProviderCopyNbtLootFunction. sourceMethods in net.minecraft.loot.function with parameters of type LootNbtProvider Modifier and Type Method Description static CopyNbtLootFunction.BuilderCopyNbtLootFunction. builder(LootNbtProvider source)Constructors in net.minecraft.loot.function with parameters of type LootNbtProvider Constructor Description Builder(LootNbtProvider source)CopyNbtLootFunction(LootCondition[] conditions, LootNbtProvider source, List<CopyNbtLootFunction.Operation> operations) -
Uses of LootNbtProvider in net.minecraft.loot.provider.nbt
Classes in net.minecraft.loot.provider.nbt that implement LootNbtProvider Modifier and Type Class Description classContextLootNbtProviderclassStorageLootNbtProviderMethods in net.minecraft.loot.provider.nbt that return LootNbtProvider Modifier and Type Method Description static LootNbtProviderContextLootNbtProvider. method_35568(LootContext.EntityTarget entityTarget)Method parameters in net.minecraft.loot.provider.nbt with type arguments of type LootNbtProvider Modifier and Type Method Description private static LootNbtProviderTypeLootNbtProviderTypes. register(String id, JsonSerializer<? extends LootNbtProvider> jsonSerializer)Constructor parameters in net.minecraft.loot.provider.nbt with type arguments of type LootNbtProvider Constructor Description LootNbtProviderType(JsonSerializer<? extends LootNbtProvider> jsonSerializer)