HyCodeYourTale
classpublicPriority 2

LayerEntryCodec

com.hypixel.hytale.server.core.codec.LayerEntryCodec

3

Methods

3

Public Methods

3

Fields

2

Constructors

Constants

BuilderCodec<LayerEntryCodec>CODEC= BuilderCodec.builder(LayerEntryCodec.class, LayerEntryCodec::new) .append(new KeyedCodec<>(...

Constructors

public
LayerEntryCodec()
public
LayerEntryCodec(Integer depth, String material, boolean useToolArg)

Methods

Public Methods (3)

public
Integer getDepth()
@Nonnull
public
String getMaterial()
@Nonnull
public
boolean isUseToolArg()

Fields

Private/Package Fields (3)

privateInteger depth
privateString material
privateboolean useToolArg

Related Classes