Uses of Interface
net.neoforged.neoforge.attachment.AttachmentSyncHandler
Packages that use AttachmentSyncHandler
-
Uses of AttachmentSyncHandler in net.neoforged.neoforge.attachment
Fields in net.neoforged.neoforge.attachment declared as AttachmentSyncHandlerModifier and TypeFieldDescriptionprivate @Nullable AttachmentSyncHandler
<T> AttachmentType.Builder.syncHandler
(package private) @Nullable AttachmentSyncHandler
<T> AttachmentType.syncHandler
Methods in net.neoforged.neoforge.attachment with parameters of type AttachmentSyncHandlerModifier and TypeMethodDescriptionAttachmentType.Builder.sync
(AttachmentSyncHandler<T> syncHandler) Requests that this attachment be synced to clients using the providedsyncHandler
.