ITeam
Link to iteam
If you don't know what a team is then you are a horrible person.
Importing the package
Link to importing-the-package
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.
import crafttweaker.game.ITeam;
ZenGetters
Link to zengetters
Getter name | Tipo |
---|---|
Getter name nome | Tipo string |
Getter name allowFriendlyFire | Tipo bool |
Getter name colorPrefix | Tipo string |
Getter name membershipCollection | Tipo List<string> |
Getter name deathMessageVisibility | Tipo string |
Getter name collisionRule | Tipo string |
ZenMethods
Link to zenmethods
formatString(string input);
→ Formats the input string for the team. Returns the formatted string.