Package net.minecraft.client.multiplayer
Class ClientConfigurationPacketListenerImpl
java.lang.Object
net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
net.minecraft.client.multiplayer.ClientConfigurationPacketListenerImpl
- All Implemented Interfaces:
ClientboundPacketListener,PacketListener,ClientCommonPacketListener,ClientConfigurationPacketListener,TickablePacketListener
public class ClientConfigurationPacketListenerImpl
extends ClientCommonPacketListenerImpl
implements TickablePacketListener, ClientConfigurationPacketListener
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
ClientCommonPacketListenerImpl.DeferredPacket -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FeatureFlagSetprivate final com.mojang.authlib.GameProfileprivate static final org.slf4j.Loggerprivate RegistryAccess.FrozenFields inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
connection, minecraft, postDisconnectScreen, serverBrand, serverData, telemetryManager -
Constructor Summary
ConstructorsConstructorDescriptionClientConfigurationPacketListenerImpl(Minecraft p_295262_, Connection p_296339_, CommonListenerCookie p_294706_) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidhandleCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_295411_) voidvoidhandleRegistryData(ClientboundRegistryDataPacket p_295757_) private voidhandleUnknownCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_296412_) booleanprotected RegistryAccess.Frozenvoidtick()Methods inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
createDisconnectScreen, handleCustomPayload, handleDisconnect, handleKeepAlive, handlePing, handleResourcePack, handleUpdateTags, onDisconnect, send, sendDeferredPackets, serverBrandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.ClientboundPacketListener
flowMethods inherited from interface net.minecraft.network.protocol.common.ClientCommonPacketListener
handleCustomPayload, handleDisconnect, handleKeepAlive, handlePing, handleResourcePack, handleUpdateTagsMethods inherited from interface net.minecraft.network.protocol.configuration.ClientConfigurationPacketListener
protocolMethods inherited from interface net.minecraft.network.PacketListener
onDisconnect, shouldHandleMessage, shouldPropagateHandlingExceptions
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
localGameProfile
private final com.mojang.authlib.GameProfile localGameProfile -
receivedRegistries
-
enabledFeatures
-
-
Constructor Details
-
ClientConfigurationPacketListenerImpl
public ClientConfigurationPacketListenerImpl(Minecraft p_295262_, Connection p_296339_, CommonListenerCookie p_294706_)
-
-
Method Details
-
isAcceptingMessages
public boolean isAcceptingMessages()- Specified by:
isAcceptingMessagesin interfacePacketListener
-
registryAccess
- Specified by:
registryAccessin classClientCommonPacketListenerImpl
-
handleCustomPayload
protected void handleCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_295411_) - Specified by:
handleCustomPayloadin classClientCommonPacketListenerImpl
-
handleUnknownCustomPayload
private void handleUnknownCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_296412_) -
handleRegistryData
- Specified by:
handleRegistryDatain interfaceClientConfigurationPacketListener
-
handleEnabledFeatures
- Specified by:
handleEnabledFeaturesin interfaceClientConfigurationPacketListener
-
handleConfigurationFinished
- Specified by:
handleConfigurationFinishedin interfaceClientConfigurationPacketListener
-
tick
public void tick()- Specified by:
tickin interfaceTickablePacketListener
-