Klasse BiomeParticle

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biome.BiomeParticle

public class BiomeParticle extends Object
Represents an Object to store the Particle-Type and how many Particles will appear in a CustomBiome
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    BiomeParticle(org.bukkit.Particle particle, float quantity)
    Creates the BiomeParticle-Object with provided Parameters
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.bukkit.Particle
    Gets the provided Particle-Type
    float
    Gets the Quantity of the Particle in a CustomBiome Higher Value means more Particles

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • BiomeParticle

      public BiomeParticle(org.bukkit.Particle particle, float quantity)
      Creates the BiomeParticle-Object with provided Parameters
      Parameter:
      particle - - The Particle-Type to use
      quantity - - The Spawning-QUantity
  • Methodendetails

    • getQuantity

      public float getQuantity()
      Gets the Quantity of the Particle in a CustomBiome Higher Value means more Particles
      Gibt zurück:
      The Quantity
    • getParticle

      public org.bukkit.Particle getParticle()
      Gets the provided Particle-Type
      Gibt zurück:
      The Particle-Type