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
Name: getTemperature
Return Type: float
ZenScript CopyBiome.getTemperature(pos as BlockPos) as float
Parametro | Tipo | Descrizione |
---|---|---|
Parametro pos | Tipo BlockPos | Descrizione No Description Provided |
Name: shouldFreeze
Return Type: boolean
ZenScript CopyBiome.shouldFreeze(world as Level, pos as BlockPos, mustBeAtEdge as boolean) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro world | Tipo Level | Descrizione No Description Provided |
Parametro pos | Tipo BlockPos | Descrizione No Description Provided |
Parametro mustBeAtEdge | Tipo boolean | Descrizione No Description Provided |
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter | Descrizione |
---|---|---|---|---|
Nome biomeCategory | Tipo string | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome commandString | Tipo string | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome depth | Tipo float | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome doesRain | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome doesSnow | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome downfall | Tipo float | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome isHumid | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome rainType | Tipo string | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome registryName | Tipo ResourceLocation | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome scale | Tipo float | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome waterColor | Tipo int | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome waterFogColor | Tipo int | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |