Interface ResearchPackSerializer<P extends ResearchPack>

All Known Implementing Classes:
ResearchPackImpl.Serializer

public interface ResearchPackSerializer<P extends ResearchPack>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.MapCodec<P>
     
    net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf,P>
     
  • Method Details

    • codec

      com.mojang.serialization.MapCodec<P> codec()
    • streamCodec

      net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf,P> streamCodec()