Uses of Class
net.minecraft.network.protocol.game.ClientboundSetChunkCacheRadiusPacket
Packages that use ClientboundSetChunkCacheRadiusPacket
-
Uses of ClientboundSetChunkCacheRadiusPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetChunkCacheRadiusPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetChunkCacheRadius
(ClientboundSetChunkCacheRadiusPacket p_105082_) -
Uses of ClientboundSetChunkCacheRadiusPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetChunkCacheRadiusPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetChunkCacheRadiusPacket> GamePacketTypes.CLIENTBOUND_SET_CHUNK_CACHE_RADIUS
static final StreamCodec
<FriendlyByteBuf, ClientboundSetChunkCacheRadiusPacket> ClientboundSetChunkCacheRadiusPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetChunkCacheRadiusPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetChunkCacheRadiusPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetChunkCacheRadius
(ClientboundSetChunkCacheRadiusPacket p_131429_)