Package com.github.retrooper.packetevents.wrapper.play.server
package com.github.retrooper.packetevents.wrapper.play.server
-
ClassDescriptionNote: The entire recipe system has been rewritten with 1.21.2.Mojang name: ClientboundLevelEventPacketThis is not for teleporting players, but for teleporting other entities the player can see - such as mobs, animals, etc.This is the server-bound keep-alive packet.Teleporting a player directly with packets will cause issues on most server implementations and is discouraged!Mods and plugins can use this to send their data.Removed with 1.21.5Introduced in 1.19.Added with 1.21.5Using this packet, you may confirm with 100% certainty whether the client could have received a packet or has 100% received and processed the previous packet, by sending a window confirmation before and after the packet you want to track.