Interface AbstractPacket.PacketReader<T extends AbstractPacket>

Enclosing interface:
AbstractPacket
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractPacket.PacketReader<T extends AbstractPacket>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(net.minecraft.network.FriendlyByteBuf buf)
     
  • Method Details

    • read

      T read(net.minecraft.network.FriendlyByteBuf buf)