Class AreaEffectCloudMeta

java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.other.AreaEffectCloudMeta

public class AreaEffectCloudMeta extends EntityMeta
  • Field Details

  • Constructor Details

    • AreaEffectCloudMeta

      public AreaEffectCloudMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull Metadata metadata)
  • Method Details

    • getRadius

      public float getRadius()
    • setRadius

      public void setRadius(float value)
    • getColor

      public int getColor()
    • setColor

      public void setColor(int value)
    • isSinglePoint

      public boolean isSinglePoint()
    • setSinglePoint

      public void setSinglePoint(boolean value)
    • getParticle

      @NotNull public @NotNull Particle getParticle()
    • setParticle

      public void setParticle(@NotNull @NotNull Particle value)