Uses of Interface
org.cloudburstmc.server.item.serializer.ItemSerializer
Packages that use ItemSerializer
-
Uses of ItemSerializer in org.cloudburstmc.server.item.serializer
Classes in org.cloudburstmc.server.item.serializer that implement ItemSerializerModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of ItemSerializer in org.cloudburstmc.server.registry
Methods in org.cloudburstmc.server.registry that return ItemSerializerModifier and TypeMethodDescriptionCloudItemRegistry.getSerializer(org.cloudburstmc.api.item.ItemType type)Methods in org.cloudburstmc.server.registry with parameters of type ItemSerializerModifier and TypeMethodDescriptionvoidCloudItemRegistry.register(org.cloudburstmc.api.item.ItemType type, ItemSerializer serializer, org.cloudburstmc.api.item.behavior.ItemBehavior behavior, org.cloudburstmc.api.util.Identifier... identifiers)