Uses of Class
net.minecraft.world.level.storage.loot.functions.CopyNbtFunction.CopyOperation
Packages that use CopyNbtFunction.CopyOperation
-
Uses of CopyNbtFunction.CopyOperation in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type CopyNbtFunction.CopyOperationModifier and TypeFieldDescription(package private) final List<CopyNbtFunction.CopyOperation>
CopyNbtFunction.operations
private final List<CopyNbtFunction.CopyOperation>
CopyNbtFunction.Builder.ops
Methods in net.minecraft.world.level.storage.loot.functions that return CopyNbtFunction.CopyOperationModifier and TypeMethodDescriptionCopyNbtFunction.CopyOperation.fromJson
(com.google.gson.JsonObject p_80304_) Constructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type CopyNbtFunction.CopyOperationModifierConstructorDescription(package private)
CopyNbtFunction
(LootItemCondition[] p_165175_, NbtProvider p_165176_, List<CopyNbtFunction.CopyOperation> p_165177_)