Uses of Record Class
net.minecraft.network.protocol.common.ClientboundPostEffectsPacket
Packages that use ClientboundPostEffectsPacket
-
Uses of ClientboundPostEffectsPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPostEffectsPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handlePostEffects(ClientboundPostEffectsPacket packet) -
Uses of ClientboundPostEffectsPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundPostEffectsPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundPostEffectsPacket> CommonPacketTypes.CLIENTBOUND_POST_EFFECTSstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundPostEffectsPacket> ClientboundPostEffectsPacket.STREAM_CODECMethods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundPostEffectsPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundPostEffectsPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.handlePostEffects(ClientboundPostEffectsPacket packet)