Uses of Interface
net.minecraft.world.level.storage.loot.providers.nbt.NbtProvider
Packages that use NbtProvider
Package
Description
-
Uses of NbtProvider in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as NbtProviderModifier and TypeFieldDescriptionprivate final NbtProvider
CopyCustomDataFunction.Builder.source
private final NbtProvider
CopyCustomDataFunction.source
Methods in net.minecraft.world.level.storage.loot.functions with parameters of type NbtProviderModifier and TypeMethodDescriptionCopyCustomDataFunction.copyData
(NbtProvider p_330285_) Deprecated.Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type NbtProviderModifierConstructorDescription(package private)
Builder
(NbtProvider p_331441_) (package private)
CopyCustomDataFunction
(List<LootItemCondition> p_330826_, NbtProvider p_331866_, List<CopyCustomDataFunction.CopyOperation> p_332090_) -
Uses of NbtProvider in net.minecraft.world.level.storage.loot.providers.nbt
Classes in net.minecraft.world.level.storage.loot.providers.nbt that implement NbtProviderFields in net.minecraft.world.level.storage.loot.providers.nbt with type parameters of type NbtProviderModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec
<? extends NbtProvider> LootNbtProviderType.codec
The field for thecodec
record component.static final com.mojang.serialization.Codec
<NbtProvider> NbtProviders.CODEC
private static final com.mojang.serialization.Codec
<NbtProvider> NbtProviders.TYPED_CODEC
Methods in net.minecraft.world.level.storage.loot.providers.nbt that return NbtProviderModifier and TypeMethodDescriptionstatic NbtProvider
ContextNbtProvider.forContextEntity
(LootContext.EntityTarget p_165571_) Methods in net.minecraft.world.level.storage.loot.providers.nbt that return types with arguments of type NbtProviderModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends NbtProvider> LootNbtProviderType.codec()
Returns the value of thecodec
record component.Method parameters in net.minecraft.world.level.storage.loot.providers.nbt with type arguments of type NbtProviderModifier and TypeMethodDescriptionprivate static LootNbtProviderType
NbtProviders.register
(String p_165629_, com.mojang.serialization.MapCodec<? extends NbtProvider> p_338777_) Constructor parameters in net.minecraft.world.level.storage.loot.providers.nbt with type arguments of type NbtProviderModifierConstructorDescriptionLootNbtProviderType
(com.mojang.serialization.MapCodec<? extends NbtProvider> codec) Creates an instance of aLootNbtProviderType
record class.