HyCodeYourTale
classpublicPriority 3

PatchStyle

com.hypixel.hytale.server.core.ui.PatchStyle

0

Methods

0

Public Methods

6

Fields

3

Constructors

Constants

BuilderCodec<PatchStyle>CODEC= BuilderCodec.builder(PatchStyle.class, PatchStyle::new) .addField(new KeyedCodec<>("Texture...

Constructors

public
PatchStyle()
public
PatchStyle(Value<String> texturePath)
public
PatchStyle(Value<String> texturePath, Value<Integer> border)

Fields

Private/Package Fields (6)

privateValue<Area> area
privateValue<Integer> border
privateValue<String> color
privateValue<Integer> horizontalBorder
privateValue<String> texturePath
privateValue<Integer> verticalBorder

Related Classes