Package de.slikey.effectlib.effect
Class AnimatedBallEffect
java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.AnimatedBallEffect
- All Implemented Interfaces:
Runnable
Creates an animated Sphere.. Thanks to the author for sharing it!
Demo on YouTube
- Author:
- Qukie
-
Field Summary
FieldsModifier and TypeFieldDescriptionintBall particles total (150)intThe amount of particles, displayed in one iteration (10)floatSize of this ball (1)protected intInternal CounterfloatFactors (1, 2, 1)floatOffsets (0, 0.8, 0)doubleRotation of the ball.floatFactors (1, 2, 1)floatOffsets (0, 0.8, 0)doubleRotation of the ball.floatFactors (1, 2, 1)floatOffsets (0, 0.8, 0)doubleRotation of the ball.Fields inherited from class de.slikey.effectlib.Effect
arrivalTime, asynchronous, autoOrient, blockData, blockDuration, callback, color, colorList, colors, delay, disappearWithOriginEntity, disappearWithTargetEntity, duration, effectManager, iterations, material, materialData, maxIterations, offset, origin, particle, particleCount, particleData, particleOffsetX, particleOffsetY, particleOffsetZ, particleSize, period, pitch, pitchOffset, probability, relativeOffset, sculkChargeRotation, shriekDelay, speed, subEffect, subEffectClass, target, targetOffset, targetPlayers, toColor, toColorList, toColors, type, updateDirections, updateLocations, visibleRange, yaw, yawOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.slikey.effectlib.Effect
cancel, cancel, canDisappearWithOriginEntity, canDisappearWithTargetEntity, canUpdateDirections, display, display, display, display, display, getArrivalTime, getBlockData, getBlockDuration, getCallback, getColor, getColorList, getColors, getDelay, getDuration, getDynamicOrigin, getDynamicTarget, getEffectManager, getEntity, getIterations, getLocation, getMaterial, getMaterialData, getMaxIterations, getOffset, getOrigin, getParticle, getParticleCount, getParticleData, getParticleOffsetX, getParticleOffsetY, getParticleOffsetZ, getParticleSize, getPeriod, getPitch, getPitchOffset, getProbability, getRelativeOffset, getSculkChargeRotation, getShriekDelay, getSpeed, getStartTime, getSubEffect, getSubEffectClass, getTarget, getTargetEntity, getTargetOffset, getTargetPlayer, getTargetPlayers, getToColor, getToColorList, getToColors, getType, getVisibleRange, getYaw, getYawOffset, infinite, initialize, isAsynchronous, isAutoOrient, isDone, isPlaying, isUpdateLocations, onDone, parseColorList, prepare, reloadParameters, run, setBlockData, setBlockDuration, setDynamicOrigin, setDynamicTarget, setEntity, setLocation, setMaterial, setMaterialData, setMaxIterations, setOrigin, setParticleCount, setParticleOffsetX, setParticleOffsetY, setParticleOffsetZ, setParticleSize, setStartTime, setTarget, setTargetEntity, setTargetLocation, setTargetPlayer, setTargetPlayers, setType, start, updateDuration, updateLocation, updateTarget, validate
-
Field Details
-
particles
public int particlesBall particles total (150) -
particlesPerIteration
public int particlesPerIterationThe amount of particles, displayed in one iteration (10) -
size
public float sizeSize of this ball (1) -
xFactor
public float xFactorFactors (1, 2, 1) -
yFactor
public float yFactorFactors (1, 2, 1) -
zFactor
public float zFactorFactors (1, 2, 1) -
xOffset
public float xOffsetOffsets (0, 0.8, 0) -
yOffset
public float yOffsetOffsets (0, 0.8, 0) -
zOffset
public float zOffsetOffsets (0, 0.8, 0) -
xRotation
public double xRotationRotation of the ball. -
yRotation
public double yRotationRotation of the ball. -
zRotation
public double zRotationRotation of the ball. -
step
protected int stepInternal Counter
-
-
Constructor Details
-
AnimatedBallEffect
-
-
Method Details