Interface ResearchSerializer<T extends Research>

All Known Implementing Classes:
SimpleResearch.Serializer

public interface ResearchSerializer<T extends Research>
  • Method Summary

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

    • codec

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

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