Package foundry.veil.impl.network
Enum Class ClientboundClearPostProcessingPacket
java.lang.Object
java.lang.Enum<ClientboundClearPostProcessingPacket>
foundry.veil.impl.network.ClientboundClearPostProcessingPacket
- All Implemented Interfaces:
Serializable,Comparable<ClientboundClearPostProcessingPacket>,Constable,net.minecraft.network.protocol.common.custom.CustomPacketPayload
public enum ClientboundClearPostProcessingPacket
extends Enum<ClientboundClearPostProcessingPacket>
implements net.minecraft.network.protocol.common.custom.CustomPacketPayload
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload
net.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, ClientboundClearPostProcessingPacket> static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ClientboundClearPostProcessingPacket> -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<? extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> type()Returns the enum constant of this class with the specified name.static ClientboundClearPostProcessingPacket[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Field Details
-
CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,ClientboundClearPostProcessingPacket> CODEC -
TYPE
public static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ClientboundClearPostProcessingPacket> TYPE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
type
@NotNull public @NotNull net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<? extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> type()- Specified by:
typein interfacenet.minecraft.network.protocol.common.custom.CustomPacketPayload
-