Uses of Interface
net.neoforged.neoforge.common.util.INBTSerializable
Packages that use INBTSerializable
Package
Description
-
Uses of INBTSerializable in net.neoforged.neoforge.attachment
Methods in net.neoforged.neoforge.attachment with type parameters of type INBTSerializableModifier and TypeMethodDescriptionstatic <S extends net.minecraft.nbt.Tag,
T extends INBTSerializable<S>>
AttachmentType.Builder<T> AttachmentType.serializable
(Function<IAttachmentHolder, T> defaultValueConstructor) Create a builder for an attachment type that usesINBTSerializable
for serialization.static <S extends net.minecraft.nbt.Tag,
T extends INBTSerializable<S>>
AttachmentType.Builder<T> AttachmentType.serializable
(Supplier<T> defaultValueSupplier) Create a builder for an attachment type that usesINBTSerializable
for serialization. -
Uses of INBTSerializable in net.neoforged.neoforge.common.world
Classes in net.neoforged.neoforge.common.world that implement INBTSerializable -
Uses of INBTSerializable in net.neoforged.neoforge.energy
Classes in net.neoforged.neoforge.energy that implement INBTSerializable -
Uses of INBTSerializable in net.neoforged.neoforge.items
Classes in net.neoforged.neoforge.items that implement INBTSerializable