net.minecraft.recipe.display

public record RecipeDisplay$Serializer<T extends RecipeDisplay>

net.minecraft.world.item.crafting.display.RecipeDisplay$Type
net.minecraft.class_10295$class_10296
net.minecraft.recipe.display.RecipeDisplay$Serializer

Field summary

Modifier and TypeField
private final com.mojang.serialization.MapCodec<T>
codec
comp_3260
codec
private final PacketCodec<RegistryByteBuf, T>
streamCodec
comp_3261
streamCodec

Constructor summary

ModifierConstructor
public (com.mojang.serialization.MapCodec<T> codec, PacketCodec<RegistryByteBuf, T> streamCodec)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.MapCodec<T>
codec()
comp_3260()
codec()
public PacketCodec<RegistryByteBuf, T>
streamCodec()
comp_3261()
streamCodec()