ACustomIngredientSerializerPlatform¶
actual object ACustomIngredientSerializerPlatform
Types¶
NeoForgeCustomIngredientCodec¶
class NeoForgeCustomIngredientCodec<A : IACustomIngredient>(custom: IACustomIngredientSerializer<A>) : MapCodec<ACustomIngredientPlatform.NeoForgeCustomIngredient<A>>
Properties¶
neoforge¶
val <T : IACustomIngredient> IACustomIngredientSerializer<T>.neoforge: IngredientType<ACustomIngredientPlatform.NeoForgeCustomIngredient<T>>
Functions¶
register¶
actual fun <T : IACustomIngredient> register(serializer: IACustomIngredientSerializer<T>)