Uses of Interface
net.neoforged.neoforge.attachment.IAttachmentSerializer
Packages that use IAttachmentSerializer
- 
Uses of IAttachmentSerializer in net.neoforged.neoforge.attachmentFields in net.neoforged.neoforge.attachment declared as IAttachmentSerializerModifier and TypeFieldDescriptionprivate @Nullable IAttachmentSerializer<?, T> AttachmentType.Builder.serializer(package private) final @Nullable IAttachmentSerializer<?, T> AttachmentType.serializerMethods in net.neoforged.neoforge.attachment with parameters of type IAttachmentSerializerModifier and TypeMethodDescriptionprivate static <T,H extends Tag> 
 IAttachmentCopyHandler<T> AttachmentType.defaultCopyHandler(@Nullable IAttachmentSerializer<H, T> serializer) AttachmentType.Builder.serialize(IAttachmentSerializer<?, T> serializer) Requests that this attachment be persisted to disk (on the logical server side).