Uses of Interface
net.neoforged.neoforge.attachment.IAttachmentCopyHandler
Packages that use IAttachmentCopyHandler
-
Uses of IAttachmentCopyHandler in net.neoforged.neoforge.attachment
Fields in net.neoforged.neoforge.attachment declared as IAttachmentCopyHandlerModifier and TypeFieldDescriptionprivate @Nullable IAttachmentCopyHandler
<T> AttachmentType.Builder.copyHandler
(package private) final IAttachmentCopyHandler
<T> AttachmentType.copyHandler
Methods in net.neoforged.neoforge.attachment that return IAttachmentCopyHandlerModifier and TypeMethodDescriptionprivate static <T,
H extends Tag>
IAttachmentCopyHandler<T> AttachmentType.defaultCopyHandler
(@Nullable IAttachmentSerializer<H, T> serializer) Methods in net.neoforged.neoforge.attachment with parameters of type IAttachmentCopyHandlerModifier and TypeMethodDescriptionAttachmentType.Builder.copyHandler
(IAttachmentCopyHandler<T> cloner) Overrides the copyHandler for this attachment type.