PatchStyle

public class PatchStyle

Class PatchStyle. Provides patchstyle functionality for the Hytale server.

java.lang.Object > PatchStyle

Field Summary

texturePath

private Value texturePath

Field texturePath.

border

private Value border

Field border.

horizontalBorder

private Value horizontalBorder

Field horizontalBorder.

verticalBorder

private Value verticalBorder

Field verticalBorder.

color

private Value color

Field color.

area

private Value area

Field area.

Method Detail

PatchStyle

public public PatchStyle ()

Method PatchStyle.

setTexturePath

public PatchStyle setTexturePath (final Value texturePath)

Method setTexturePath.

Parameters:
final Value texturePath

setBorder

public PatchStyle setBorder (final Value border)

Method setBorder.

Parameters:
final Value border

setHorizontalBorder

public PatchStyle setHorizontalBorder (final Value horizontalBorder)

Method setHorizontalBorder.

Parameters:
final Value horizontalBorder

setVerticalBorder

public PatchStyle setVerticalBorder (final Value verticalBorder)

Method setVerticalBorder.

Parameters:
final Value verticalBorder

setColor

public PatchStyle setColor (final Value color)

Method setColor.

Parameters:
final Value color

setArea

public PatchStyle setArea (final Value area)

Method setArea.

Parameters:
final Value area