Class PitchModulation
- java.lang.Object
-
- org.spongepowered.api.effect.sound.PitchModulation
-
public final class PitchModulation extends java.lang.Object
Represents a value to supply toViewer.playSound(Sound, Vector3d)
to modulate the pitch to a specified note.
-
-
Field Summary
Fields Modifier and Type Field Description static double
A0
static double
A1
static double
AFLAT0
static double
AFLAT1
static double
ASHARP0
static double
ASHARP1
static double
B0
static double
B1
static double
BFLAT0
static double
BFLAT1
static double
C1
static double
C2
static double
CFLAT0
static double
CFLAT1
static double
CSHARP1
static double
CSHARP2
static double
D1
static double
D2
static double
DFLAT1
static double
DFLAT2
static double
DSHARP1
static double
DSHARP2
static double
E1
static double
E2
static double
EFLAT1
static double
EFLAT2
static double
F1
static double
F2
static double
FFLAT1
static double
FFLAT2
static double
FSHARP0
static double
FSHARP1
static double
FSHARP2
static double
G0
static double
G1
static double
GFLAT0
static double
GFLAT1
static double
GFLAT2
static double
GSHARP0
static double
GSHARP1
-
-
-
Field Detail
-
FSHARP0
public static final double FSHARP0
- See Also:
- Constant Field Values
-
G0
public static final double G0
- See Also:
- Constant Field Values
-
GSHARP0
public static final double GSHARP0
- See Also:
- Constant Field Values
-
A0
public static final double A0
- See Also:
- Constant Field Values
-
ASHARP0
public static final double ASHARP0
- See Also:
- Constant Field Values
-
B0
public static final double B0
- See Also:
- Constant Field Values
-
C1
public static final double C1
- See Also:
- Constant Field Values
-
CSHARP1
public static final double CSHARP1
- See Also:
- Constant Field Values
-
D1
public static final double D1
- See Also:
- Constant Field Values
-
DSHARP1
public static final double DSHARP1
- See Also:
- Constant Field Values
-
E1
public static final double E1
- See Also:
- Constant Field Values
-
F1
public static final double F1
- See Also:
- Constant Field Values
-
FSHARP1
public static final double FSHARP1
- See Also:
- Constant Field Values
-
G1
public static final double G1
- See Also:
- Constant Field Values
-
GSHARP1
public static final double GSHARP1
- See Also:
- Constant Field Values
-
A1
public static final double A1
- See Also:
- Constant Field Values
-
ASHARP1
public static final double ASHARP1
- See Also:
- Constant Field Values
-
B1
public static final double B1
- See Also:
- Constant Field Values
-
C2
public static final double C2
- See Also:
- Constant Field Values
-
CSHARP2
public static final double CSHARP2
- See Also:
- Constant Field Values
-
D2
public static final double D2
- See Also:
- Constant Field Values
-
DSHARP2
public static final double DSHARP2
- See Also:
- Constant Field Values
-
E2
public static final double E2
- See Also:
- Constant Field Values
-
F2
public static final double F2
- See Also:
- Constant Field Values
-
FSHARP2
public static final double FSHARP2
- See Also:
- Constant Field Values
-
GFLAT0
public static final double GFLAT0
- See Also:
- Constant Field Values
-
AFLAT0
public static final double AFLAT0
- See Also:
- Constant Field Values
-
BFLAT0
public static final double BFLAT0
- See Also:
- Constant Field Values
-
CFLAT0
public static final double CFLAT0
- See Also:
- Constant Field Values
-
DFLAT1
public static final double DFLAT1
- See Also:
- Constant Field Values
-
EFLAT1
public static final double EFLAT1
- See Also:
- Constant Field Values
-
FFLAT1
public static final double FFLAT1
- See Also:
- Constant Field Values
-
GFLAT1
public static final double GFLAT1
- See Also:
- Constant Field Values
-
AFLAT1
public static final double AFLAT1
- See Also:
- Constant Field Values
-
BFLAT1
public static final double BFLAT1
- See Also:
- Constant Field Values
-
CFLAT1
public static final double CFLAT1
- See Also:
- Constant Field Values
-
DFLAT2
public static final double DFLAT2
- See Also:
- Constant Field Values
-
EFLAT2
public static final double EFLAT2
- See Also:
- Constant Field Values
-
FFLAT2
public static final double FFLAT2
- See Also:
- Constant Field Values
-
GFLAT2
public static final double GFLAT2
- See Also:
- Constant Field Values
-
-