common • net.kernelpanicsoft.archie.data.common.crafting.ingredients • IACustomIngredientSerializer
IACustomIngredientSerializer
interface IACustomIngredientSerializer<T : IACustomIngredient>Serializer for a IACustomIngredient.
All instances must be registered using .register for deserialization to work.
Parameters
Inheritors
Types
Companion
object CompanionProperties
identifier
abstract val identifier: ResourceLocation{@return the identifier of this serializer}.
packetCodec
abstract val packetCodec: StreamCodec<RegistryFriendlyByteBuf, T>Functions
getCodec
{@return the codec}.