Package net.minecraft.client.sound
Class PositionedSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.PositionedSoundInstance
- All Implemented Interfaces:
SoundInstance
- Mappings:
Namespace Name official bpfintermediary net/minecraft/class_1895named net/minecraft/client/sound/PositionedSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, identifier, pitch, repeat, repeatDelay, volume, x, y, z -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePositionedSoundInstance(Identifier identifier, float float2, float float3, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, float float4, float float5, float float6) PositionedSoundInstance(Identifier identifier, float float2, float float3, float float4, float float5, float float6) -
Method Summary
Modifier and TypeMethodDescriptionstatic PositionedSoundInstancemaster(Identifier identifier, float float2) static PositionedSoundInstancemethod_7051(Identifier identifier) static PositionedSoundInstancemethod_7053(Identifier identifier, float float2, float float3, float float4) Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable
-
Constructor Details
-
PositionedSoundInstance
public PositionedSoundInstance(Identifier identifier, float float2, float float3, float float4, float float5, float float6) -
PositionedSoundInstance
private PositionedSoundInstance(Identifier identifier, float float2, float float3, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, float float4, float float5, float float6)
-
-
Method Details
-
master
- Mappings:
Namespace Name Mixin selector official aLbpf;a(Ljy;F)Lbpf;intermediary method_7052Lnet/minecraft/class_1895;method_7052(Lnet/minecraft/class_1653;F)Lnet/minecraft/class_1895;named masterLnet/minecraft/client/sound/PositionedSoundInstance;master(Lnet/minecraft/util/Identifier;F)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
method_7051
- Mappings:
Namespace Name Mixin selector official aLbpf;a(Ljy;)Lbpf;intermediary method_7051Lnet/minecraft/class_1895;method_7051(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1895;named method_7051Lnet/minecraft/client/sound/PositionedSoundInstance;method_7051(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
method_7053
public static PositionedSoundInstance method_7053(Identifier identifier, float float2, float float3, float float4) - Mappings:
Namespace Name Mixin selector official aLbpf;a(Ljy;FFF)Lbpf;intermediary method_7053Lnet/minecraft/class_1895;method_7053(Lnet/minecraft/class_1653;FFF)Lnet/minecraft/class_1895;named method_7053Lnet/minecraft/client/sound/PositionedSoundInstance;method_7053(Lnet/minecraft/util/Identifier;FFF)Lnet/minecraft/client/sound/PositionedSoundInstance;
-