DirectionAxis
Link to directionaxis
Represents a direction axis (X, Y, Z)
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.DirectionAxis
Interfacce Implementate
Link to interfacce-implementate
DirectionAxis implements the following interfaces. Ciò significa che ogni metodo presente nell'interfaccia può essere usato anche per questa classe.
Metodi
Link to metodi
getCoordinate
Link to getcoordinate
Gets the coordinate of this axis based on the given values, if this axis is "X", then it will return the value of the "x" parameter
Restituisce un intero
ZenScript Copy<directionaxis:x>.getCoordinate(x as int, y as int, z as int);
<directionaxis:x>.getCoordinate(1, 2, 3);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo int | Descrizione x value of the coordinate |
Parametro y | Tipo int | Descrizione y value of the coordinate |
Parametro z | Tipo int | Descrizione z value of the coordinate |
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome commandString | Tipo String | Ha Getter sì | Ha Setter no |
Nome horizontal | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome nome | Tipo String | Ha Getter sì | Ha Setter no |
Nome ordinal | Tipo int | Ha Getter sì | Ha Setter no |
Nome vertical | Tipo boolean | Ha Getter sì | Ha Setter no |