Package net.minecraft.client.sound
Class PositionedSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.PositionedSoundInstance
- All Implemented Interfaces:
SoundInstance
@Environment(CLIENT) public class PositionedSoundInstance extends AbstractSoundInstance
- Mappings:
Namespace Name official bpfintermediary net/minecraft/class_1305named 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
Constructors Modifier Constructor Description privatePositionedSoundInstance(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 Type Method Description static PositionedSoundInstancemaster(Identifier identifier, float float2)static PositionedSoundInstancemethod_4512(Identifier identifier)static PositionedSoundInstancemethod_4514(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_4513Lnet/minecraft/class_1305;method_4513(Lnet/minecraft/class_1605;F)Lnet/minecraft/class_1305;named masterLnet/minecraft/client/sound/PositionedSoundInstance;master(Lnet/minecraft/util/Identifier;F)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
method_4512
- Mappings:
Namespace Name Mixin selector official aLbpf;a(Ljy;)Lbpf;intermediary method_4512Lnet/minecraft/class_1305;method_4512(Lnet/minecraft/class_1605;)Lnet/minecraft/class_1305;named method_4512Lnet/minecraft/client/sound/PositionedSoundInstance;method_4512(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
method_4514
public static PositionedSoundInstance method_4514(Identifier identifier, float float2, float float3, float float4)- Mappings:
Namespace Name Mixin selector official aLbpf;a(Ljy;FFF)Lbpf;intermediary method_4514Lnet/minecraft/class_1305;method_4514(Lnet/minecraft/class_1605;FFF)Lnet/minecraft/class_1305;named method_4514Lnet/minecraft/client/sound/PositionedSoundInstance;method_4514(Lnet/minecraft/util/Identifier;FFF)Lnet/minecraft/client/sound/PositionedSoundInstance;
-