Uses of Record Class
net.minecraft.network.packet.c2s.common.SyncedClientOptions
Packages that use SyncedClientOptions
Package
Description
-
Uses of SyncedClientOptions in net.minecraft.client.option
Methods in net.minecraft.client.option that return SyncedClientOptions -
Uses of SyncedClientOptions in net.minecraft.network.packet.c2s.common
Fields in net.minecraft.network.packet.c2s.common declared as SyncedClientOptionsModifier and TypeFieldDescriptionprivate final SyncedClientOptions
ClientOptionsC2SPacket.options
The field for theoptions
record component.Methods in net.minecraft.network.packet.c2s.common that return SyncedClientOptionsModifier and TypeMethodDescriptionstatic SyncedClientOptions
SyncedClientOptions.createDefault()
ClientOptionsC2SPacket.options()
Returns the value of theoptions
record component.Constructors in net.minecraft.network.packet.c2s.common with parameters of type SyncedClientOptions -
Uses of SyncedClientOptions in net.minecraft.server
Methods 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.network
Fields in net.minecraft.server.network declared as SyncedClientOptionsModifier and TypeFieldDescriptionprivate final SyncedClientOptions
ConnectedClientData.syncedOptions
The field for thesyncedOptions
record component.private SyncedClientOptions
ServerConfigurationNetworkHandler.syncedOptions
Methods in net.minecraft.server.network that return SyncedClientOptionsModifier and TypeMethodDescriptionServerPlayerEntity.getClientOptions()
ConnectedClientData.syncedOptions()
Returns the value of thesyncedOptions
record component.Methods in net.minecraft.server.network with parameters of type SyncedClientOptionsModifier and TypeMethodDescriptionprotected ConnectedClientData
ServerCommonNetworkHandler.createClientData
(SyncedClientOptions syncedOptions) void
ServerPlayerEntity.setClientOptions
(SyncedClientOptions clientOptions) Constructors in net.minecraft.server.network with parameters of type SyncedClientOptionsModifierConstructorDescriptionConnectedClientData
(com.mojang.authlib.GameProfile gameProfile, int int2, SyncedClientOptions syncedClientOptions) ServerPlayerEntity
(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile, SyncedClientOptions clientOptions)