Импорт класса

Link to импорт-класса

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.type.player.Abilities;

Name: getFlyingSpeed

Return Type: float

ZenScript
Copy
// Abilities.getFlyingSpeed() as float

myAbilities.getFlyingSpeed();

Name: getWalkingSpeed

Return Type: float

ZenScript
Copy
// Abilities.getWalkingSpeed() as float

myAbilities.getWalkingSpeed();

Name: setFlyingSpeed

ZenScript
Copy
Abilities.setFlyingSpeed(param0 as float)
ПараметрТип
Параметр
param0
Тип
float

Name: setWalkingSpeed

ZenScript
Copy
Abilities.setWalkingSpeed(param0 as float)
ПараметрТип
Параметр
param0
Тип
float

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет Setter
Название
flyingSpeed
Тип
float
Имеет Getter
true
Имеет Setter
true
Название
walkingSpeed
Тип
float
Имеет Getter
true
Имеет Setter
true