Uses of Record Class
net.minecraft.network.packet.c2s.common.SyncedClientOptions
Packages that use SyncedClientOptions
Package
Description
- 
Uses of SyncedClientOptions in net.minecraft.client.networkFields in net.minecraft.client.network declared as SyncedClientOptionsModifier and TypeFieldDescriptionprivate @Nullable SyncedClientOptionsClientPlayNetworkHandler.syncedOptionsMethods in net.minecraft.client.network with parameters of type SyncedClientOptionsModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.syncOptions(SyncedClientOptions syncedOptions) 
- 
Uses of SyncedClientOptions in net.minecraft.client.optionMethods in net.minecraft.client.option that return SyncedClientOptions
- 
Uses of SyncedClientOptions in net.minecraft.network.packet.c2s.commonFields in net.minecraft.network.packet.c2s.common declared as SyncedClientOptionsModifier and TypeFieldDescriptionprivate final SyncedClientOptionsClientOptionsC2SPacket.optionsThe field for theoptionsrecord component.Methods in net.minecraft.network.packet.c2s.common that return SyncedClientOptionsModifier and TypeMethodDescriptionstatic SyncedClientOptionsSyncedClientOptions.createDefault()ClientOptionsC2SPacket.options()Returns the value of theoptionsrecord component.Constructors in net.minecraft.network.packet.c2s.common with parameters of type SyncedClientOptions
- 
Uses of SyncedClientOptions in net.minecraft.serverMethods in net.minecraft.server with parameters of type SyncedClientOptionsModifier and TypeMethodDescriptionPlayerManager.createPlayer(com.mojang.authlib.GameProfile profile, SyncedClientOptions syncedOptions) 
- 
Uses of SyncedClientOptions in net.minecraft.server.networkFields in net.minecraft.server.network declared as SyncedClientOptionsModifier and TypeFieldDescriptionprivate final SyncedClientOptionsConnectedClientData.syncedOptionsThe field for thesyncedOptionsrecord component.private SyncedClientOptionsServerConfigurationNetworkHandler.syncedOptionsMethods in net.minecraft.server.network that return SyncedClientOptionsModifier and TypeMethodDescriptionServerPlayerEntity.getClientOptions()ConnectedClientData.syncedOptions()Returns the value of thesyncedOptionsrecord component.Methods in net.minecraft.server.network with parameters of type SyncedClientOptionsModifier and TypeMethodDescriptionprotected ConnectedClientDataServerCommonNetworkHandler.createClientData(SyncedClientOptions syncedOptions) voidServerPlayerEntity.setClientOptions(SyncedClientOptions clientOptions) Constructors in net.minecraft.server.network with parameters of type SyncedClientOptionsModifierConstructorDescriptionConnectedClientData(com.mojang.authlib.GameProfile gameProfile, int int2, SyncedClientOptions syncedClientOptions, boolean bool) ServerPlayerEntity(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile, SyncedClientOptions clientOptions)