HyCodeYourTale
classpublicabstractPriority 3

BlockWindow

com.hypixel.hytale.server.core.entity.entities.player.windows.BlockWindow

extends Window

implements ValidatedWindow

8

Methods

8

Public Methods

7

Fields

1

Constructors

Constants

floatMAX_DISTANCE= 7.0F

Constructors

public
BlockWindow(WindowType windowType, int x, int y, int z, int rotationIndex, BlockType blockType)

Methods

Public Methods (8)

public
BlockType getBlockType()
@Nonnull
public
double getMaxDistance()
public
int getRotationIndex()
public
int getX()
public
int getY()
public
int getZ()
public
void setMaxDistance(double maxDistance)
public
boolean validate()
@Override

Fields

Protected Fields (5)

protectedBlockType blockType
protectedint rotationIndex
protectedint x
protectedint y
protectedint z

Private/Package Fields (2)

privatedouble maxDistance
privatedouble maxDistanceSqr

Related Classes