Package net.minecraft.client.sound
Interface SoundContainer<T>
- All Known Implementing Classes:
SoundContainerImpl,WeightedSoundSet
@Environment(CLIENT) public interface SoundContainer<T>
- Mappings:
Namespace Name official bqbintermediary net/minecraft/class_1331named net/minecraft/client/sound/SoundContainer
-
Method Summary
-
Method Details
-
getWeight
int getWeight()- Mappings:
Namespace Name Mixin selector official aLbqb;a()Iintermediary method_4621Lnet/minecraft/class_1331;method_4621()Inamed getWeightLnet/minecraft/client/sound/SoundContainer;getWeight()I
-
getSound
T getSound()- Mappings:
Namespace Name Mixin selector official gLbqb;g()Ljava/lang/Object;intermediary method_4622Lnet/minecraft/class_1331;method_4622()Ljava/lang/Object;named getSoundLnet/minecraft/client/sound/SoundContainer;getSound()Ljava/lang/Object;
-