Serialized Form
-
Package net.fokinatorr.sparkle.effect
-
Class net.fokinatorr.sparkle.effect.EffectMap
class EffectMap extends it.unimi.dsi.fastutil.objects.AbstractObject2DoubleMap<K extends NormalizableEffect> implements Serializable-
Serialized Fields
-
effects
K extends NormalizableEffect[] effects
All the possible effect values. -
kClass
Class<K extends NormalizableEffect> kClass
The effect class, stored because of type erasure -
values
AtomicDoubleArray values
The values array. Similarly toEnumMap, maps enum ordinal to value.
-
-
-
-
Package net.fokinatorr.sparkle.effect.graphics
-
Package net.fokinatorr.sparkle.effect.sounds
-
Package net.fokinatorr.sparkle.graphics.impl.gl.shader
-
Exception Class net.fokinatorr.sparkle.graphics.impl.gl.shader.ShaderCompileException
class ShaderCompileException extends RuntimeException implements Serializable -
Exception Class net.fokinatorr.sparkle.graphics.impl.gl.shader.ShaderProgramLinkException
class ShaderProgramLinkException extends RuntimeException implements Serializable-
Serialized Fields
-
errorLog
String errorLog
-
-
-
-
Package net.fokinatorr.sparkle.stage.sprite
-
Class net.fokinatorr.sparkle.stage.sprite.Sprite
- serialVersionUID:
- -7283596994843063991L
-
Serialized Fields
-
assets
Assets assets
-
bubbleState
AtomicReference<BubbleState> bubbleState
-
costumeIndex
AtomicInteger costumeIndex
-
direction
AtomicDouble direction
-
graphicEffectMap
GraphicEffectMap graphicEffectMap
-
loadedCostumes
it.unimi.dsi.fastutil.ints.Int2ObjectMap<net.fokinatorr.sparkle.stage.sprite.Sprite.CostumeInfo> loadedCostumes
-
loadedSounds
it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> loadedSounds
-
parentStage
AtomicReference<it.unimi.dsi.fastutil.Pair<Stage, RenderableID.SpriteID>> parentStage
-
rotationMode
AtomicReference<RotationMode> rotationMode
-
soundEffectMap
SoundEffectMap soundEffectMap
-
stretchX
AtomicDouble stretchX
-
stretchY
AtomicDouble stretchY
-
visible
AtomicBoolean visible
-
x
AtomicDouble x
-
y
AtomicDouble y
-
-
-
Package net.fokinatorr.sparkle.util.concurrent.atomic
-
Class net.fokinatorr.sparkle.util.concurrent.atomic.AtomicDouble
class AtomicDouble extends Number implements Serializable-
Serialized Fields
-
value
AtomicLong value
-
-
-
Class net.fokinatorr.sparkle.util.concurrent.atomic.AtomicDoubleArray
class AtomicDoubleArray extends Object implements Serializable-
Serialized Fields
-
values
AtomicLongArray values
-
-
-
Class net.fokinatorr.sparkle.util.concurrent.atomic.AtomicFloat
class AtomicFloat extends Number implements Serializable-
Serialized Fields
-
value
AtomicInteger value
-
-
-
-
Package net.fokinatorr.sparkle.util.stopwatch
-
Exception Class net.fokinatorr.sparkle.util.stopwatch.IllegalStopwatchStateException
class IllegalStopwatchStateException extends IllegalStateException implements Serializable- serialVersionUID:
- -2522016967152973998L
-
Serialized Fields
-
current
Stopwatch.State current
-
required
Stopwatch.State required
-
-
-
Package net.fokinatorr.sparkle.variable
-
Class net.fokinatorr.sparkle.variable.ByteVariable
class ByteVariable extends Number implements Serializable-
Serialized Fields
-
delegate
IntVariable delegate
-
-
-
Class net.fokinatorr.sparkle.variable.DoubleVariable
class DoubleVariable extends Number implements Serializable-
Serialized Fields
-
value
AtomicDouble value
-
-
-
Class net.fokinatorr.sparkle.variable.FloatVariable
class FloatVariable extends Number implements Serializable-
Serialized Fields
-
value
AtomicFloat value
-
-
-
Class net.fokinatorr.sparkle.variable.IntVariable
class IntVariable extends Number implements Serializable-
Serialized Fields
-
value
AtomicInteger value
-
-
-
Class net.fokinatorr.sparkle.variable.LongVariable
class LongVariable extends Number implements Serializable-
Serialized Fields
-
value
AtomicLong value
-
-
-
Class net.fokinatorr.sparkle.variable.ShortVariable
class ShortVariable extends Number implements Serializable-
Serialized Fields
-
delegate
IntVariable delegate
-
-
-