public class ShiftedMinecraftInstrument extends java.lang.Object implements Instrument
| Constructor and Description |
|---|
ShiftedMinecraftInstrument(MinecraftInstrument instrument,
int octavesShift) |
| Modifier and Type | Method and Description |
|---|---|
ShiftedMinecraftInstrument |
copy() |
boolean |
equals(java.lang.Object o) |
MinecraftInstrument |
getInstrument() |
int |
getOctavesShift() |
int |
hashCode() |
java.lang.String |
mcSoundName() |
public ShiftedMinecraftInstrument(MinecraftInstrument instrument, int octavesShift)
public java.lang.String mcSoundName()
public MinecraftInstrument getInstrument()
public int getOctavesShift()
public ShiftedMinecraftInstrument copy()
copy in interface Instrumentpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object