Uses of Class
net.minecraft.network.protocol.game.ClientboundSetBorderCenterPacket
Packages that use ClientboundSetBorderCenterPacket
-
Uses of ClientboundSetBorderCenterPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetBorderCenterPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetBorderCenter
(ClientboundSetBorderCenterPacket p_171781_) -
Uses of ClientboundSetBorderCenterPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetBorderCenterPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetBorderCenterPacket> GamePacketTypes.CLIENTBOUND_SET_BORDER_CENTER
static final StreamCodec
<FriendlyByteBuf, ClientboundSetBorderCenterPacket> ClientboundSetBorderCenterPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetBorderCenterPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetBorderCenterPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetBorderCenter
(ClientboundSetBorderCenterPacket p_178551_)