Class PlaySoundEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.world.PlaySoundEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaySoundEventget(net.minecraft.client.sound.SoundInstance sound) Methods inherited from class meteordevelopment.meteorclient.events.Cancellable
isCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface meteordevelopment.orbit.ICancellable
cancel
-
Field Details
-
sound
public net.minecraft.client.sound.SoundInstance sound
-
-
Constructor Details
-
PlaySoundEvent
public PlaySoundEvent()
-
-
Method Details
-
get
-