net.minecraft.network.message

enum FilterMask$FilterStatus

implements StringIdentifiable

net.minecraft.network.chat.FilterMask$Type
net.minecraft.network.chat.FilterMask$Type
net.minecraft.class_7649$class_7650
net.minecraft.network.message.FilterMask$FilterStatus

Enum constant summary

Enum Constant
PASS_THROUGH
PASS_THROUGH
field_39947
PASS_THROUGH
FULLY_FILTERED
FULLY_FILTERED
field_39948
FULLY_FILTERED
PARTIALLY_FILTERED
PARTIALLY_FILTERED
field_39949
PARTIALLY_FILTERED

Field summary

Modifier and TypeField
private static final IntFunction<FilterMask$FilterStatus>
ID_MAP
ID_MAP
field_1_9328
INDEX_TO_VALUE
public static final PacketCodec<io.netty.buffer.ByteBuf, FilterMask$FilterStatus>
STREAM_CODEC
STREAM_CODEC
field_1_9329
PACKET_CODEC
private final int
id
id
field_1_9330
index
private final String
serializedName
serializedName
field_40841
name
private final Supplier<com.mojang.serialization.MapCodec<FilterMask>>
codec
codec
field_40842
codecSupplier
private final Supplier<PacketCodec<io.netty.buffer.ByteBuf, FilterMask>>
streamCodec
streamCodec
field_1_9331
packetCodecSupplier

Constructor summary

ModifierConstructor
private (int $enum$name, String $enum$ordinal, Supplier<com.mojang.serialization.MapCodec<FilterMask>> index, Supplier<PacketCodec<io.netty.buffer.ByteBuf, FilterMask>> name)

Method summary

Modifier and TypeMethod
public String
getSerializedName()
getSerializedName()
method_15434()
asString()
private com.mojang.serialization.MapCodec<FilterMask>
codec()
codec()
method_46602()
getCodec()
private PacketCodec<io.netty.buffer.ByteBuf, FilterMask>
streamCodec()
streamCodec()
method_1_9021()
getPacketCodec()