Uses of Record Class
net.minecraft.network.protocol.game.ServerboundClientTickEndPacket
Packages that use ServerboundClientTickEndPacket
-
Uses of ServerboundClientTickEndPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ServerboundClientTickEndPacketModifier and TypeFieldDescriptionstatic final ServerboundClientTickEndPacket
ServerboundClientTickEndPacket.INSTANCE
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundClientTickEndPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundClientTickEndPacket> GamePacketTypes.SERVERBOUND_CLIENT_TICK_END
static final StreamCodec
<io.netty.buffer.ByteBuf, ServerboundClientTickEndPacket> ServerboundClientTickEndPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundClientTickEndPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundClientTickEndPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleClientTickEnd
(ServerboundClientTickEndPacket p_365161_) -
Uses of ServerboundClientTickEndPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundClientTickEndPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleClientTickEnd
(ServerboundClientTickEndPacket p_361392_)