Uses of Record Class
net.minecraft.network.protocol.game.ClientboundSetSimulationDistancePacket
Packages that use ClientboundSetSimulationDistancePacket
-
Uses of ClientboundSetSimulationDistancePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetSimulationDistancePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetSimulationDistance
(ClientboundSetSimulationDistancePacket p_194245_) -
Uses of ClientboundSetSimulationDistancePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetSimulationDistancePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetSimulationDistancePacket> GamePacketTypes.CLIENTBOUND_SET_SIMULATION_DISTANCE
static final StreamCodec
<FriendlyByteBuf, ClientboundSetSimulationDistancePacket> ClientboundSetSimulationDistancePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetSimulationDistancePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetSimulationDistancePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetSimulationDistance
(ClientboundSetSimulationDistancePacket p_195624_)