Uses of Class
net.minecraft.network.protocol.game.ClientboundSetBorderSizePacket
Packages that use ClientboundSetBorderSizePacket
-
Uses of ClientboundSetBorderSizePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetBorderSizePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetBorderSize
(ClientboundSetBorderSizePacket p_171785_) -
Uses of ClientboundSetBorderSizePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetBorderSizePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetBorderSizePacket> GamePacketTypes.CLIENTBOUND_SET_BORDER_SIZE
static final StreamCodec
<FriendlyByteBuf, ClientboundSetBorderSizePacket> ClientboundSetBorderSizePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetBorderSizePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetBorderSizePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetBorderSize
(ClientboundSetBorderSizePacket p_178553_)