Uses of Interface
net.neoforged.neoforge.common.util.ValueIOSerializable
Packages that use ValueIOSerializable
Package
Description
-
Uses of ValueIOSerializable in net.neoforged.neoforge.attachment
Methods in net.neoforged.neoforge.attachment with type parameters of type ValueIOSerializableModifier and TypeMethodDescriptionstatic <T extends ValueIOSerializable>
AttachmentType.Builder<T> AttachmentType.serializable(Function<IAttachmentHolder, T> defaultValueConstructor) Create a builder for an attachment type that usesValueIOSerializablefor serialization.static <T extends ValueIOSerializable>
AttachmentType.Builder<T> AttachmentType.serializable(Supplier<T> defaultValueSupplier) Create a builder for an attachment type that usesValueIOSerializablefor serialization. -
Uses of ValueIOSerializable in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type ValueIOSerializableModifier and TypeMethodDescriptiondefault voidValueOutputExtension.putChild(String key, ValueIOSerializable child) Store the givenchildobject at the givenkey. -
Uses of ValueIOSerializable in net.neoforged.neoforge.energy
Classes in net.neoforged.neoforge.energy that implement ValueIOSerializable -
Uses of ValueIOSerializable in net.neoforged.neoforge.fluids.capability.templates
Classes in net.neoforged.neoforge.fluids.capability.templates that implement ValueIOSerializableModifier and TypeClassDescriptionclassFlexible implementation of a Fluid Storage object. -
Uses of ValueIOSerializable in net.neoforged.neoforge.items
Classes in net.neoforged.neoforge.items that implement ValueIOSerializable