Anchor

public class Anchor

Class Anchor. Provides anchor functionality for the Hytale server.

java.lang.Object > Anchor

Field Summary

left

private Value left

Field left.

right

private Value right

Field right.

top

private Value top

Field top.

bottom

private Value bottom

Field bottom.

height

private Value height

Field height.

full

private Value full

Field full.

horizontal

private Value horizontal

Field horizontal.

vertical

private Value vertical

Field vertical.

width

private Value width

Field width.

minWidth

private Value minWidth

Field minWidth.

maxWidth

private Value maxWidth

Field maxWidth.

Method Detail

setLeft

public void setLeft (final Value left)

Method setLeft.

Parameters:
final Value left

setRight

public void setRight (final Value right)

Method setRight.

Parameters:
final Value right

setTop

public void setTop (final Value top)

Method setTop.

Parameters:
final Value top

setBottom

public void setBottom (final Value bottom)

Method setBottom.

Parameters:
final Value bottom

setHeight

public void setHeight (final Value height)

Method setHeight.

Parameters:
final Value height

setFull

public void setFull (final Value full)

Method setFull.

Parameters:
final Value full

setHorizontal

public void setHorizontal (final Value horizontal)

Method setHorizontal.

Parameters:
final Value horizontal

setVertical

public void setVertical (final Value vertical)

Method setVertical.

Parameters:
final Value vertical

setWidth

public void setWidth (final Value width)

Method setWidth.

Parameters:
final Value width

setMinWidth

public void setMinWidth (final Value minWidth)

Method setMinWidth.

Parameters:
final Value minWidth

setMaxWidth

public void setMaxWidth (final Value maxWidth)

Method setMaxWidth.

Parameters:
final Value maxWidth