Package net.minecraft.client.sound
Class StaticSound
java.lang.Object
net.minecraft.client.sound.StaticSound
- Mappings:
 Namespace Name named net/minecraft/client/sound/StaticSoundintermediary net/minecraft/class_4231official fdm
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AudioFormatprivate booleanprivate @Nullable ByteBufferprivate int - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
sample
- Mappings:
 Namespace Name Mixin selector named sampleLnet/minecraft/client/sound/StaticSound;sample:Ljava/nio/ByteBuffer;intermediary field_18916Lnet/minecraft/class_4231;field_18916:Ljava/nio/ByteBuffer;official aLfdm;a:Ljava/nio/ByteBuffer;
 - 
format
- Mappings:
 Namespace Name Mixin selector named formatLnet/minecraft/client/sound/StaticSound;format:Ljavax/sound/sampled/AudioFormat;intermediary field_18917Lnet/minecraft/class_4231;field_18917:Ljavax/sound/sampled/AudioFormat;official bLfdm;b:Ljavax/sound/sampled/AudioFormat;
 - 
hasBuffer
private boolean hasBuffer- Mappings:
 Namespace Name Mixin selector named hasBufferLnet/minecraft/client/sound/StaticSound;hasBuffer:Zintermediary field_18918Lnet/minecraft/class_4231;field_18918:Zofficial cLfdm;c:Z
 - 
streamBufferPointer
private int streamBufferPointer- Mappings:
 Namespace Name Mixin selector named streamBufferPointerLnet/minecraft/client/sound/StaticSound;streamBufferPointer:Iintermediary field_18919Lnet/minecraft/class_4231;field_18919:Iofficial dLfdm;d:I
 
 - 
 - 
Constructor Details
- 
StaticSound
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/sound/StaticSound;<init>(Ljava/nio/ByteBuffer;Ljavax/sound/sampled/AudioFormat;)Vintermediary <init>Lnet/minecraft/class_4231;<init>(Ljava/nio/ByteBuffer;Ljavax/sound/sampled/AudioFormat;)Vofficial <init>Lfdm;<init>(Ljava/nio/ByteBuffer;Ljavax/sound/sampled/AudioFormat;)V
 
 - 
 - 
Method Details
- 
getStreamBufferPointer
OptionalInt getStreamBufferPointer()- Mappings:
 Namespace Name Mixin selector named getStreamBufferPointerLnet/minecraft/client/sound/StaticSound;getStreamBufferPointer()Ljava/util/OptionalInt;intermediary method_19686Lnet/minecraft/class_4231;method_19686()Ljava/util/OptionalInt;official aLfdm;a()Ljava/util/OptionalInt;
 - 
close
public void close()- Mappings:
 Namespace Name Mixin selector named closeLnet/minecraft/client/sound/StaticSound;close()Vintermediary method_19687Lnet/minecraft/class_4231;method_19687()Vofficial bLfdm;b()V
 - 
takeStreamBufferPointer
- Mappings:
 Namespace Name Mixin selector named takeStreamBufferPointerLnet/minecraft/client/sound/StaticSound;takeStreamBufferPointer()Ljava/util/OptionalInt;intermediary method_19688Lnet/minecraft/class_4231;method_19688()Ljava/util/OptionalInt;official cLfdm;c()Ljava/util/OptionalInt;
 
 -