EntityDimensions

Link to entitydimensions

Importare la Classe

Link to importare-la-classe

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.entity.EntityDimensions;

Name: makeBoundingBox

Return Type: AABB

ZenScript
Copy
EntityDimensions.makeBoundingBox(vec as Vec3) as AABB
ParametroTipoDescrizione
Parametro
vec
Tipo
Vec3
Descrizione
No Description Provided

Name: makeBoundingBox

Return Type: AABB

ZenScript
Copy
EntityDimensions.makeBoundingBox(x as double, y as double, z as double) as AABB
ParametroTipoDescrizione
Parametro
x
Tipo
double
Descrizione
No Description Provided
Parametro
y
Tipo
double
Descrizione
No Description Provided
Parametro
z
Tipo
double
Descrizione
No Description Provided

Name: scale

Return Type: EntityDimensions

ZenScript
Copy
EntityDimensions.scale(factor as float) as EntityDimensions
ParametroTipoDescrizione
Parametro
factor
Tipo
float
Descrizione
No Description Provided

Name: scale

Return Type: EntityDimensions

ZenScript
Copy
EntityDimensions.scale(widthFactor as float, heightFactor as float) as EntityDimensions
ParametroTipoDescrizione
Parametro
widthFactor
Tipo
float
Descrizione
No Description Provided
Parametro
heightFactor
Tipo
float
Descrizione
No Description Provided