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