Uses of Interface
net.minecraft.network.packet.CustomPayload.CodecFactory
Packages that use CustomPayload.CodecFactory
-
Uses of CustomPayload.CodecFactory in net.minecraft.network.packet
Methods in net.minecraft.network.packet with parameters of type CustomPayload.CodecFactoryModifier and TypeMethodDescriptionstatic <B extends PacketByteBuf>
PacketCodec<B,CustomPayload> CustomPayload.createCodec(CustomPayload.CodecFactory<B> factory, List<CustomPayload.CodecPair<? super B, ?>> codecs)