Uses of Class
net.minecraft.network.packet.s2c.play.WorldBorderWarningBlocksChangedS2CPacket
Package
Description
-
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onWorldBorderWarningBlocksChanged
(WorldBorderWarningBlocksChangedS2CPacket packet) -
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onWorldBorderWarningBlocksChanged
(WorldBorderWarningBlocksChangedS2CPacket packet) -
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<WorldBorderWarningBlocksChangedS2CPacket> PlayPackets.SET_BORDER_WARNING_DISTANCE
-
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, WorldBorderWarningBlocksChangedS2CPacket> WorldBorderWarningBlocksChangedS2CPacket.CODEC