Direction
Link to direction
Represents a cardinal direction (north, south, east, west) and (up and down).
Questa classe è stata aggiunta da una mod con ID crafttweaker
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
Importare la Classe
Link to importare-la-classe
Potrebbe essere necessario importare il pacchetto, se si incontrano dei problemi (come castare un vettore), quindi meglio essere sicuri e aggiungere la direttiva di importazione.
ZenScript Copycrafttweaker.api.util.Direction
Metodi
Link to metodi
rotateAround
Link to rotatearound
Rotates this direction around a given Axis
Returns crafttweaker.api.util.Direction
ZenScript Copy<direction:north>.rotateAround(axis as crafttweaker.api.util.DirectionAxis);
<direction:north>.rotateAround(<directionaxis:north>);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro axis | Tipo crafttweaker.api.util.DirectionAxis | Descrizione the Axis to rotate around |
rotateY
Link to rotatey
Rotates this direction on the Y axis
Returns: the direction that rotated on the Y axis of this direction
Returns crafttweaker.api.util.Direction
ZenScript Copy<direction:north>.rotateY();
rotateYCCW
Link to rotateyccw
Rotates this direction counter-clock wise on the Y axis
Returns: the direction that is counter clockwise on the Y axis
Returns crafttweaker.api.util.Direction
ZenScript Copy<direction:north>.rotateYCCW();
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome axis | Tipo crafttweaker.api.util.DirectionAxis | Ha Getter sì | Ha Setter no |
Nome axisOffset | Tipo int | Ha Getter sì | Ha Setter no |
Nome horizontalAngle | Tipo float | Ha Getter sì | Ha Setter no |
Nome horizontalIndex | Tipo int | Ha Getter sì | Ha Setter no |
Nome indice | Tipo int | Ha Getter sì | Ha Setter no |
Nome nome | Tipo String | Ha Getter sì | Ha Setter no |
Nome opposite | Tipo crafttweaker.api.util.Direction | Ha Getter sì | Ha Setter no |
Nome xOffset | Tipo int | Ha Getter sì | Ha Setter no |
Nome yOffset | Tipo int | Ha Getter sì | Ha Setter no |
Nome zOffset | Tipo int | Ha Getter sì | Ha Setter no |