Class S2CMissileTrackStopPacket

java.lang.Object
com.hbm_m.network.missile.S2CMissileTrackStopPacket
All Implemented Interfaces:
S2CPacket

public final class S2CMissileTrackStopPacket extends Object implements S2CPacket
  • Field Details

    • entityId

      public final int entityId
  • Constructor Details

    • S2CMissileTrackStopPacket

      public S2CMissileTrackStopPacket(int entityId)
  • Method Details

    • decode

      public static S2CMissileTrackStopPacket decode(net.minecraft.network.FriendlyByteBuf buf)
    • write

      public void write(net.minecraft.network.FriendlyByteBuf buf)
      Specified by:
      write in interface S2CPacket
    • handle

      public static void handle(S2CMissileTrackStopPacket msg, dev.architectury.networking.NetworkManager.PacketContext context)
    • sendTo

      public static void sendTo(net.minecraft.server.level.ServerPlayer player, int entityId)