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 TypeMethodDescriptionvoidClientPacketListener.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_RADIUSstatic final StreamCodec<FriendlyByteBuf, ClientboundSetChunkCacheRadiusPacket> ClientboundSetChunkCacheRadiusPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetChunkCacheRadius(ClientboundSetChunkCacheRadiusPacket p_131429_)