Uses of Interface
net.neoforged.neoforge.common.util.INBTSerializable
Packages that use INBTSerializable
Package
Description
-
Uses of INBTSerializable in net.minecraft.client.player
Classes in net.minecraft.client.player that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.server.level
Classes in net.minecraft.server.level that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
static class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.ambient
Classes in net.minecraft.world.entity.ambient that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal
Classes in net.minecraft.world.entity.animal that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.animal.allay
Classes in net.minecraft.world.entity.animal.allay that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal.armadillo
Classes in net.minecraft.world.entity.animal.armadillo that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal.axolotl
Classes in net.minecraft.world.entity.animal.axolotl that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal.camel
Classes in net.minecraft.world.entity.animal.camel that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal.frog
Classes in net.minecraft.world.entity.animal.frog that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal.goat
Classes in net.minecraft.world.entity.animal.goat that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.animal.horse
Classes in net.minecraft.world.entity.animal.horse that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.animal.sniffer
Classes in net.minecraft.world.entity.animal.sniffer that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.boss
Classes in net.minecraft.world.entity.boss that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.boss.enderdragon
Classes in net.minecraft.world.entity.boss.enderdragon that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.boss.wither
Classes in net.minecraft.world.entity.boss.wither that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.decoration
Classes in net.minecraft.world.entity.decoration that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.item
Classes in net.minecraft.world.entity.item that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.monster
Classes in net.minecraft.world.entity.monster that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.monster.breeze
Classes in net.minecraft.world.entity.monster.breeze that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.monster.hoglin
Classes in net.minecraft.world.entity.monster.hoglin that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.monster.piglin
Classes in net.minecraft.world.entity.monster.piglin that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.monster.warden
Classes in net.minecraft.world.entity.monster.warden that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.npc
Classes in net.minecraft.world.entity.npc that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.player
Classes in net.minecraft.world.entity.player that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.projectile
Classes in net.minecraft.world.entity.projectile that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.projectile.windcharge
Classes in net.minecraft.world.entity.projectile.windcharge that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
-
Uses of INBTSerializable in net.minecraft.world.entity.raid
Classes in net.minecraft.world.entity.raid that implement INBTSerializable -
Uses of INBTSerializable in net.minecraft.world.entity.vehicle
Classes in net.minecraft.world.entity.vehicle that implement INBTSerializableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of INBTSerializable in net.neoforged.neoforge.attachment
Methods in net.neoforged.neoforge.attachment with type parameters of type INBTSerializableModifier and TypeMethodDescriptionstatic <S extends 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 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.extensions
Subinterfaces of INBTSerializable in net.neoforged.neoforge.common.extensions -
Uses of INBTSerializable in net.neoforged.neoforge.common.util
Classes in net.neoforged.neoforge.common.util that implement INBTSerializableModifier and TypeClassDescriptionclass
A basic fake server player implementation that can be used to simulate player actions. -
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.debug.entity
Classes in net.neoforged.neoforge.debug.entity that implement INBTSerializableModifier and TypeClassDescriptionprivate static class
static final class
static final class
static final class
-
Uses of INBTSerializable in net.neoforged.neoforge.energy
Classes in net.neoforged.neoforge.energy that implement INBTSerializable -
Uses of INBTSerializable in net.neoforged.neoforge.entity
Classes in net.neoforged.neoforge.entity that implement INBTSerializable -
Uses of INBTSerializable in net.neoforged.neoforge.items
Classes in net.neoforged.neoforge.items that implement INBTSerializable -
Uses of INBTSerializable in net.neoforged.neoforge.oldtest.client.rendering
Classes in net.neoforged.neoforge.oldtest.client.rendering that implement INBTSerializable -
Uses of INBTSerializable in net.neoforged.neoforge.oldtest.entity
Classes in net.neoforged.neoforge.oldtest.entity that implement INBTSerializableModifier and TypeClassDescriptionprivate static class
private static class
-
Uses of INBTSerializable in net.neoforged.testframework.gametest
Classes in net.neoforged.testframework.gametest that implement INBTSerializable