Skip to content

commonnet.kernelpanicsoft.archie.data.common.crafting.ingredientsIACustomIngredientSerializer

IACustomIngredientSerializer


Serializer for a IACustomIngredient.

All instances must be registered using .register for deserialization to work.

Parameters

Inheritors

Types

Companion


object Companion

Properties

identifier


abstract val identifier: ResourceLocation

{@return the identifier of this serializer}.

packetCodec


abstract val packetCodec: StreamCodec<RegistryFriendlyByteBuf, T>

Functions

getCodec


abstract fun getCodec(allowEmpty: Boolean): MapCodec<T>

{@return the codec}.