Uses of Class
net.minecraft.network.packet.s2c.play.WorldBorderWarningBlocksChangedS2CPacket
Packages that use WorldBorderWarningBlocksChangedS2CPacket
Package
Description
-
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onWorldBorderWarningBlocksChanged
(WorldBorderWarningBlocksChangedS2CPacket packet) -
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onWorldBorderWarningBlocksChanged
(WorldBorderWarningBlocksChangedS2CPacket packet) -
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<WorldBorderWarningBlocksChangedS2CPacket> PlayPackets.SET_BORDER_WARNING_DISTANCE
-
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, WorldBorderWarningBlocksChangedS2CPacket> WorldBorderWarningBlocksChangedS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type WorldBorderWarningBlocksChangedS2CPacket