Area

public class Area

Class Area. Provides area functionality for the Hytale server.

java.lang.Object > Area

Field Summary

x

private int x

Field x.

y

private int y

Field y.

width

private int width

Field width.

height

private int height

Field height.

Method Detail

setX

public Area setX (final int x)

Method setX.

Parameters:
final int x

setY

public Area setY (final int y)

Method setY.

Parameters:
final int y

setWidth

public Area setWidth (final int width)

Method setWidth.

Parameters:
final int width

setHeight

public Area setHeight (final int height)

Method setHeight.

Parameters:
final int height