HyCodeYourTale
classpublicPriority 3

BlockData

com.hypixel.hytale.server.core.modules.collision.BlockData

15

Methods

15

Public Methods

11

Fields

1

Constructors

Constructors

public
BlockData()

Methods

Public Methods (15)

public
void assign(BlockData other)
public
void clear()
public
BlockBoundingBoxes getBlockBoundingBoxes()
@Nullable
public
int getBlockDamage()
public
BlockType getBlockType()
@Nullable
public
int getCollisionMaterials()
public
double getFillHeight()
public
Fluid getFluid()
@Nullable
public
int getFluidId()
public
int getSubmergeDamage()
public
boolean isFiller()
public
boolean isTrigger()
public
int originX(int x)
public
int originY(int y)
public
int originZ(int z)

Fields

Protected Fields (11)

protectedBlockBoundingBoxes blockBoundingBoxes
protectedint blockId
protectedBlockType blockType
protectedString blockTypeKey
protectedint collisionMaterials
protecteddouble fillHeight
protectedint filler
protectedFluid fluid
protectedint fluidId
protectedString fluidKey
protectedint rotation

Related Classes