Interface BasePacket

All Known Subinterfaces:
ClientboundPacket, ServerboundPacket
All Known Implementing Classes:
ClientboundConfigPacket, ClientboundSimpleActionPacket, ServerboundConfigPacket

public interface BasePacket
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(net.minecraft.network.FriendlyByteBuf buffer)
     
  • Method Details

    • write

      void write(net.minecraft.network.FriendlyByteBuf buffer)