Package de.slikey.effectlib.effect
Class HeartEffect
java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.HeartEffect
- All Implemented Interfaces:
Runnable
Creates a 2D Heart in 3D space. Thanks to the author for sharing it!
- Author:
- Qukie
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatCompilation of the heart.doubleCompresses the heart along the y axis.doubleDefines the size of the that inner sting (0.8) \/intHeart-particles per interation (100)doubleStretch/Compress factor along the x or y axis (1, 1)doubleRotation of the heart.doubleStretch/Compress factor along the x or y axis (1, 1)doubleRotation of the heart.doubleRotation of the heart.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, reset, 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 particlesHeart-particles per interation (100) -
xRotation
public double xRotationRotation of the heart. -
yRotation
public double yRotationRotation of the heart. -
zRotation
public double zRotationRotation of the heart. -
yFactor
public double yFactorStretch/Compress factor along the x or y axis (1, 1) -
xFactor
public double xFactorStretch/Compress factor along the x or y axis (1, 1) -
factorInnerSpike
public double factorInnerSpikeDefines the size of the that inner sting (0.8) \/ -
compressYFactorTotal
public double compressYFactorTotalCompresses the heart along the y axis. (2) -
compilation
public float compilationCompilation of the heart. (2)
-
-
Constructor Details
-
HeartEffect
-
-
Method Details