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 frj
intermediary net/minecraft/class_1109
named 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, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z
-
Constructor Summary
ModifierConstructorDescriptionprivate
PositionedSoundInstance
(SoundEvent sound, SoundCategory category, float volume, float pitch, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z) PositionedSoundInstance
(SoundEvent sound, SoundCategory category, float volume, float pitch, Random random, double x, double y, double z) PositionedSoundInstance
(SoundEvent sound, SoundCategory category, float volume, float pitch, Random random, BlockPos pos) PositionedSoundInstance
(Identifier id, SoundCategory category, float volume, float pitch, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean relative) -
Method Summary
Modifier and TypeMethodDescriptionstatic PositionedSoundInstance
ambient
(SoundEvent sound) static PositionedSoundInstance
ambient
(SoundEvent sound, float pitch, float volume) static PositionedSoundInstance
ambient
(SoundEvent sound, Random random, double x, double y, double z) static PositionedSoundInstance
master
(RegistryEntry<SoundEvent> sound, float pitch) static PositionedSoundInstance
master
(SoundEvent sound, float pitch) static PositionedSoundInstance
master
(SoundEvent sound, float pitch, float volume) static PositionedSoundInstance
music
(SoundEvent sound) static PositionedSoundInstance
record
(SoundEvent sound, Vec3d pos) Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, shouldAlwaysPlay
-
Constructor Details
-
PositionedSoundInstance
public PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Random random, BlockPos pos) - Mappings:
Namespace Name Mixin selector official <init>
Lfrj;<init>(Laln;Lalp;FFLaoh;Lgp;)V
intermediary <init>
Lnet/minecraft/class_1109;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFLnet/minecraft/class_5819;Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/client/sound/PositionedSoundInstance;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFLnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)V
-
PositionedSoundInstance
public PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Random random, double x, double y, double z) - Mappings:
Namespace Name Mixin selector official <init>
Lfrj;<init>(Laln;Lalp;FFLaoh;DDD)V
intermediary <init>
Lnet/minecraft/class_1109;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFLnet/minecraft/class_5819;DDD)V
named <init>
Lnet/minecraft/client/sound/PositionedSoundInstance;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFLnet/minecraft/util/math/random/Random;DDD)V
-
PositionedSoundInstance
private PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z) - Mappings:
Namespace Name Mixin selector official <init>
Lfrj;<init>(Laln;Lalp;FFLaoh;ZILfrn$a;DDD)V
intermediary <init>
Lnet/minecraft/class_1109;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFLnet/minecraft/class_5819;ZILnet/minecraft/class_1113$class_1114;DDD)V
named <init>
Lnet/minecraft/client/sound/PositionedSoundInstance;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFLnet/minecraft/util/math/random/Random;ZILnet/minecraft/client/sound/SoundInstance$AttenuationType;DDD)V
-
PositionedSoundInstance
public PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean relative) - Mappings:
Namespace Name Mixin selector official <init>
Lfrj;<init>(Lacf;Lalp;FFLaoh;ZILfrn$a;DDDZ)V
intermediary <init>
Lnet/minecraft/class_1109;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_3419;FFLnet/minecraft/class_5819;ZILnet/minecraft/class_1113$class_1114;DDDZ)V
named <init>
Lnet/minecraft/client/sound/PositionedSoundInstance;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/sound/SoundCategory;FFLnet/minecraft/util/math/random/Random;ZILnet/minecraft/client/sound/SoundInstance$AttenuationType;DDDZ)V
-
-
Method Details
-
master
- Mappings:
Namespace Name Mixin selector official a
Lfrj;a(Laln;F)Lfrj;
intermediary method_4758
Lnet/minecraft/class_1109;method_4758(Lnet/minecraft/class_3414;F)Lnet/minecraft/class_1109;
named master
Lnet/minecraft/client/sound/PositionedSoundInstance;master(Lnet/minecraft/sound/SoundEvent;F)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
master
- Mappings:
Namespace Name Mixin selector official a
Lfrj;a(Lgz;F)Lfrj;
intermediary method_47978
Lnet/minecraft/class_1109;method_47978(Lnet/minecraft/class_6880;F)Lnet/minecraft/class_1109;
named master
Lnet/minecraft/client/sound/PositionedSoundInstance;master(Lnet/minecraft/registry/entry/RegistryEntry;F)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
master
- Mappings:
Namespace Name Mixin selector official a
Lfrj;a(Laln;FF)Lfrj;
intermediary method_4757
Lnet/minecraft/class_1109;method_4757(Lnet/minecraft/class_3414;FF)Lnet/minecraft/class_1109;
named master
Lnet/minecraft/client/sound/PositionedSoundInstance;master(Lnet/minecraft/sound/SoundEvent;FF)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
music
- Mappings:
Namespace Name Mixin selector official a
Lfrj;a(Laln;)Lfrj;
intermediary method_4759
Lnet/minecraft/class_1109;method_4759(Lnet/minecraft/class_3414;)Lnet/minecraft/class_1109;
named music
Lnet/minecraft/client/sound/PositionedSoundInstance;music(Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
record
- Mappings:
Namespace Name Mixin selector official a
Lfrj;a(Laln;Leae;)Lfrj;
intermediary method_4760
Lnet/minecraft/class_1109;method_4760(Lnet/minecraft/class_3414;Lnet/minecraft/class_243;)Lnet/minecraft/class_1109;
named record
Lnet/minecraft/client/sound/PositionedSoundInstance;record(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
ambient
- Mappings:
Namespace Name Mixin selector official b
Lfrj;b(Laln;FF)Lfrj;
intermediary method_24877
Lnet/minecraft/class_1109;method_24877(Lnet/minecraft/class_3414;FF)Lnet/minecraft/class_1109;
named ambient
Lnet/minecraft/client/sound/PositionedSoundInstance;ambient(Lnet/minecraft/sound/SoundEvent;FF)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
ambient
- Mappings:
Namespace Name Mixin selector official b
Lfrj;b(Laln;)Lfrj;
intermediary method_25466
Lnet/minecraft/class_1109;method_25466(Lnet/minecraft/class_3414;)Lnet/minecraft/class_1109;
named ambient
Lnet/minecraft/client/sound/PositionedSoundInstance;ambient(Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/client/sound/PositionedSoundInstance;
-
ambient
public static PositionedSoundInstance ambient(SoundEvent sound, Random random, double x, double y, double z) - Mappings:
Namespace Name Mixin selector official a
Lfrj;a(Laln;Laoh;DDD)Lfrj;
intermediary method_25467
Lnet/minecraft/class_1109;method_25467(Lnet/minecraft/class_3414;Lnet/minecraft/class_5819;DDD)Lnet/minecraft/class_1109;
named ambient
Lnet/minecraft/client/sound/PositionedSoundInstance;ambient(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/util/math/random/Random;DDD)Lnet/minecraft/client/sound/PositionedSoundInstance;
-