Uses of Class
net.minecraft.network.packet.s2c.play.WorldBorderWarningBlocksChangedS2CPacket
Packages that use WorldBorderWarningBlocksChangedS2CPacket
Package
Description
- 
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onWorldBorderWarningBlocksChanged(WorldBorderWarningBlocksChangedS2CPacket packet) 
- 
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onWorldBorderWarningBlocksChanged(WorldBorderWarningBlocksChangedS2CPacket packet) 
- 
Uses of WorldBorderWarningBlocksChangedS2CPacket in net.minecraft.network.packetFields 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.playFields in net.minecraft.network.packet.s2c.play with type parameters of type WorldBorderWarningBlocksChangedS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, WorldBorderWarningBlocksChangedS2CPacket> WorldBorderWarningBlocksChangedS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type WorldBorderWarningBlocksChangedS2CPacket