Interface CustomPayloadTypeProvider<B extends net.minecraft.network.FriendlyByteBuf>


public interface CustomPayloadTypeProvider<B extends net.minecraft.network.FriendlyByteBuf>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B, ? extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
    get(B buf, net.minecraft.resources.Identifier identifier)
     
  • Method Details

    • get

      net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B, ? extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> get(B buf, net.minecraft.resources.Identifier identifier)