Uses of Record Class
net.minecraft.network.packet.c2s.common.SyncedClientOptions
Package
Description
-
Uses of SyncedClientOptions in net.minecraft.client.option
-
Uses of SyncedClientOptions in net.minecraft.network.packet.c2s.common
Modifier and TypeFieldDescriptionprivate final SyncedClientOptions
ClientOptionsC2SPacket.options
The field for theoptions
record component.Modifier and TypeMethodDescriptionstatic SyncedClientOptions
SyncedClientOptions.createDefault()
ClientOptionsC2SPacket.options()
Returns the value of theoptions
record component. -
Uses of SyncedClientOptions in net.minecraft.server
Modifier and TypeMethodDescriptionPlayerManager.createPlayer
(com.mojang.authlib.GameProfile profile, SyncedClientOptions syncedOptions) -
Uses of SyncedClientOptions in net.minecraft.server.network
Modifier and TypeFieldDescriptionprivate final SyncedClientOptions
ConnectedClientData.syncedOptions
The field for thesyncedOptions
record component.private SyncedClientOptions
ServerConfigurationNetworkHandler.syncedOptions
Modifier and TypeMethodDescriptionServerPlayerEntity.getClientOptions()
ConnectedClientData.syncedOptions()
Returns the value of thesyncedOptions
record component.Modifier and TypeMethodDescriptionprotected ConnectedClientData
ServerCommonNetworkHandler.createClientData
(SyncedClientOptions syncedOptions) void
ServerPlayerEntity.setClientOptions
(SyncedClientOptions clientOptions) ModifierConstructorDescriptionConnectedClientData
(com.mojang.authlib.GameProfile gameProfile, int int2, SyncedClientOptions syncedClientOptions) ServerPlayerEntity
(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile, SyncedClientOptions clientOptions)