Uses of Class
net.minecraft.network.protocol.game.ClientboundSetBorderWarningDelayPacket
Packages that use ClientboundSetBorderWarningDelayPacket
-
Uses of ClientboundSetBorderWarningDelayPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetBorderWarningDelayPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetBorderWarningDelay
(ClientboundSetBorderWarningDelayPacket p_171787_) -
Uses of ClientboundSetBorderWarningDelayPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetBorderWarningDelayPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetBorderWarningDelayPacket> GamePacketTypes.CLIENTBOUND_SET_BORDER_WARNING_DELAY
static final StreamCodec
<FriendlyByteBuf, ClientboundSetBorderWarningDelayPacket> ClientboundSetBorderWarningDelayPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetBorderWarningDelayPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetBorderWarningDelayPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetBorderWarningDelay
(ClientboundSetBorderWarningDelayPacket p_178554_)