Uses of Package
net.neoforged.neoforge.attachment
Packages that use net.neoforged.neoforge.attachment
Package
Description
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.client.multiplayerClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.client.playerClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.server.levelClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entityClassDescriptionImplementation class for objects that can hold data attachments.Represents a data attachment type: some data that can be added to any object implementing
IAttachmentHolder
.An object that can hold data attachments. -
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.ambientClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animalClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.allayClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.axolotlClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.camelClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.frogClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.goatClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.horseClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.animal.snifferClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.bossClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.boss.enderdragonClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.boss.witherClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.decorationClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.itemClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.monsterClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.monster.breezeClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.monster.hoglinClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.monster.piglinClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.monster.wardenClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.npcClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.playerClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.projectileClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.raidClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.entity.vehicleClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.itemClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.levelClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.level.block.entityClassDescriptionImplementation class for objects that can hold data attachments.Represents a data attachment type: some data that can be added to any object implementing
IAttachmentHolder
.An object that can hold data attachments. -
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.level.block.pistonClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.minecraft.world.level.chunkClassDescriptionVersion of the
AttachmentHolder
that is suitable for storing in a field.Represents a data attachment type: some data that can be added to any object implementingIAttachmentHolder
.An object that can hold data attachments. -
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.attachmentClassDescriptionImplementation class for objects that can hold data attachments.Version of the
AttachmentHolder
that is suitable for storing in a field.Represents a data attachment type: some data that can be added to any object implementingIAttachmentHolder
.Custom comparator for data attachments, to improve efficiency compared to the defaultObjects.equals(serializer.write(first), serializer.write(second))
implementation.An object that can hold data attachments.Serializer for data attachments. -
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.common.utilClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.debug.blockClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.debug.entityClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.entityClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.oldtest.blockClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.oldtest.client.modelClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.oldtest.client.renderingClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.oldtest.entityClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.oldtest.miscClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.neoforge.registriesClassDescriptionRepresents a data attachment type: some data that can be added to any object implementing
IAttachmentHolder
. -
Classes in net.neoforged.neoforge.attachment used by net.neoforged.testframework.gametestClassDescriptionImplementation class for objects that can hold data attachments.An object that can hold data attachments.
-
Classes in net.neoforged.neoforge.attachment used by net.neoforged.testframework.impl.regClassDescriptionRepresents a data attachment type: some data that can be added to any object implementing
IAttachmentHolder
. -
Classes in net.neoforged.neoforge.attachment used by net.neoforged.testframework.registrationClassDescriptionRepresents a data attachment type: some data that can be added to any object implementing
IAttachmentHolder
.