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)
private
Value<Area> areaprivate
Value<Integer> borderprivate
Value<String> colorprivate
Value<Integer> horizontalBorderprivate
Value<String> texturePathprivate
Value<Integer> verticalBorderRelated Classes
Used By