net.minecraft.network.codec

class PacketCodecs$27

implements PacketCodec<B, V>

net.minecraft.network.codec.ByteBufCodecs$27
net.minecraft.class_9135$27
net.minecraft.network.codec.PacketCodecs$27

Field summary

Modifier and TypeField
final int
val$maxSize
field_60497
field_60497
final BiFunction
val$decorator
field_60498
field_60498
final PacketCodec
val$original
field_60499
field_60499

Constructor summary

ModifierConstructor
(int val$maxSize, BiFunction val$decorator, PacketCodec val$original)

Method summary

Modifier and TypeMethod
public V
decode(B input)
method_71584(B arg0)
decode(B arg0)
public void
encode(B output, V value)
method_71585(B arg0, V arg1)
encode(B arg0, V arg1)
public void
encode(Object output, Object value)
method_1_82(Object arg0, Object arg1)
encode(Object arg0, Object arg1)
public Object
decode(Object input)
method_1_81(Object arg0)
decode(Object arg0)