HyCodeYourTale
classpublicPriority 2

PairCodec

com.hypixel.hytale.server.core.codec.PairCodec

5

Methods

5

Public Methods

0

Fields

1

Constructors

Constants

BuilderCodec<PairCodec.IntegerPair>CODEC= BuilderCodec.builder(PairCodec.IntegerPair.class, PairCodec.IntegerPair::new) .append(ne...
BuilderCodec<PairCodec.IntegerStringPair>CODEC= BuilderCodec.builder( PairCodec.IntegerStringPair.class, PairCodec.IntegerStringPair:...

Constructors

public
PairCodec()

Methods

Public Methods (5)

publicstatic
PairCodec.IntegerPair fromPair(Pair<Integer, Integer> pair)
@Nonnull
publicstatic
PairCodec.IntegerStringPair fromPair(Pair<Integer, String> pair)
@Nonnull
public
Integer getLeft()
public
Integer getRight()
public
Pair<Integer, Integer> toPair()
@Nonnull

Related Classes