Biome
Link to biome
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 Copyimport crafttweaker.api.world.biome.Biome;
Metodi
Link to metodi
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome commandString | Tipo string | Ha Getter sì | Ha Setter no |
Nome doesRain | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome doesSnow | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome downfall | Tipo float | Ha Getter sì | Ha Setter no |
Nome isHumid | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome rainType | Tipo string | Ha Getter sì | Ha Setter no |
Nome registryName | Tipo ResourceLocation | Ha Getter sì | Ha Setter no |
Nome waterColor | Tipo int | Ha Getter sì | Ha Setter no |
Nome waterFogColor | Tipo int | Ha Getter sì | Ha Setter no |