Klasse BiomeParticle
java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biome.BiomeParticle
Represents an Object to store the Particle-Type
and how many Particles will appear in a CustomBiome
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBiomeParticle
(org.bukkit.Particle particle, float quantity) Creates the BiomeParticle-Object with provided Parameters -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.bukkit.Particle
Gets the providedParticle
-Typefloat
Gets the Quantity of theParticle
in a CustomBiome Higher Value means more Particles
-
Konstruktordetails
-
BiomeParticle
public BiomeParticle(org.bukkit.Particle particle, float quantity) Creates the BiomeParticle-Object with provided Parameters- Parameter:
particle
- - TheParticle
-Type to usequantity
- - The Spawning-QUantity
-
-
Methodendetails
-
getQuantity
public float getQuantity()Gets the Quantity of theParticle
in a CustomBiome Higher Value means more Particles- Gibt zurück:
- The Quantity
-
getParticle
public org.bukkit.Particle getParticle()Gets the providedParticle
-Type- Gibt zurück:
- The
Particle
-Type
-