Package net.minecraft.sound
Class SoundEvent
java.lang.Object
net.minecraft.sound.SoundEvent
- Mappings:
- Namespace - Name - official - amg- intermediary - net/minecraft/class_3414- named - net/minecraft/sound/SoundEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SoundEvent>private static final floatprivate final floatstatic final com.mojang.serialization.Codec<RegistryEntry<SoundEvent>>private final Identifierprivate final boolean
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateSoundEvent(Identifier id, float distanceToTravel, boolean useStaticDistance) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic SoundEventfromBuf(PacketByteBuf buf) floatgetDistanceToTravel(float volume) getId()static SoundEventof(Identifier id) static SoundEventof(Identifier id, float distanceToTravel) private static SoundEventof(Identifier id, Optional<Float> distanceToTravel) voidwriteBuf(PacketByteBuf buf) 
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a:Lcom/mojang/serialization/Codec;- intermediary - field_41698- Lnet/minecraft/class_3414;field_41698:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/sound/SoundEvent;CODEC:Lcom/mojang/serialization/Codec;
 
- 
ENTRY_CODEC- Mappings:
- Namespace - Name - Mixin selector - official - b- Lamg;b:Lcom/mojang/serialization/Codec;- intermediary - field_41699- Lnet/minecraft/class_3414;field_41699:Lcom/mojang/serialization/Codec;- named - ENTRY_CODEC- Lnet/minecraft/sound/SoundEvent;ENTRY_CODEC:Lcom/mojang/serialization/Codec;
 
- 
DEFAULT_DISTANCE_TO_TRAVELprivate static final float DEFAULT_DISTANCE_TO_TRAVEL- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lamg;c:F- intermediary - field_41661- Lnet/minecraft/class_3414;field_41661:F- named - DEFAULT_DISTANCE_TO_TRAVEL- Lnet/minecraft/sound/SoundEvent;DEFAULT_DISTANCE_TO_TRAVEL:F
 
- 
id- Mappings:
- Namespace - Name - Mixin selector - official - d- Lamg;d:Lacq;- intermediary - field_14533- Lnet/minecraft/class_3414;field_14533:Lnet/minecraft/class_2960;- named - id- Lnet/minecraft/sound/SoundEvent;id:Lnet/minecraft/util/Identifier;
 
- 
distanceToTravelprivate final float distanceToTravel- Mappings:
- Namespace - Name - Mixin selector - official - e- Lamg;e:F- intermediary - field_38690- Lnet/minecraft/class_3414;field_38690:F- named - distanceToTravel- Lnet/minecraft/sound/SoundEvent;distanceToTravel:F
 
- 
staticDistanceprivate final boolean staticDistance- Mappings:
- Namespace - Name - Mixin selector - official - f- Lamg;f:Z- intermediary - field_38691- Lnet/minecraft/class_3414;field_38691:Z- named - staticDistance- Lnet/minecraft/sound/SoundEvent;staticDistance:Z
 
 
- 
- 
Constructor Details- 
SoundEvent- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lamg;<init>(Lacq;FZ)V- intermediary - <init>- Lnet/minecraft/class_3414;<init>(Lnet/minecraft/class_2960;FZ)V- named - <init>- Lnet/minecraft/sound/SoundEvent;<init>(Lnet/minecraft/util/Identifier;FZ)V
 
 
- 
- 
Method Details- 
of- Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a(Lacq;Ljava/util/Optional;)Lamg;- intermediary - method_47956- Lnet/minecraft/class_3414;method_47956(Lnet/minecraft/class_2960;Ljava/util/Optional;)Lnet/minecraft/class_3414;- named - of- Lnet/minecraft/sound/SoundEvent;of(Lnet/minecraft/util/Identifier;Ljava/util/Optional;)Lnet/minecraft/sound/SoundEvent;
 
- 
of- Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a(Lacq;)Lamg;- intermediary - method_47908- Lnet/minecraft/class_3414;method_47908(Lnet/minecraft/class_2960;)Lnet/minecraft/class_3414;- named - of- Lnet/minecraft/sound/SoundEvent;of(Lnet/minecraft/util/Identifier;)Lnet/minecraft/sound/SoundEvent;
 
- 
of- Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a(Lacq;F)Lamg;- intermediary - method_47909- Lnet/minecraft/class_3414;method_47909(Lnet/minecraft/class_2960;F)Lnet/minecraft/class_3414;- named - of- Lnet/minecraft/sound/SoundEvent;of(Lnet/minecraft/util/Identifier;F)Lnet/minecraft/sound/SoundEvent;
 
- 
getId- Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a()Lacq;- intermediary - method_14833- Lnet/minecraft/class_3414;method_14833()Lnet/minecraft/class_2960;- named - getId- Lnet/minecraft/sound/SoundEvent;getId()Lnet/minecraft/util/Identifier;
 
- 
getDistanceToTravelpublic float getDistanceToTravel(float volume) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a(F)F- intermediary - method_43044- Lnet/minecraft/class_3414;method_43044(F)F- named - getDistanceToTravel- Lnet/minecraft/sound/SoundEvent;getDistanceToTravel(F)F
 
- 
getStaticDistanceToTravel- Mappings:
- Namespace - Name - Mixin selector - official - b- Lamg;b()Ljava/util/Optional;- intermediary - method_47959- Lnet/minecraft/class_3414;method_47959()Ljava/util/Optional;- named - getStaticDistanceToTravel- Lnet/minecraft/sound/SoundEvent;getStaticDistanceToTravel()Ljava/util/Optional;
 
- 
writeBuf- Mappings:
- Namespace - Name - Mixin selector - official - a- Lamg;a(Lsf;)V- intermediary - method_47958- Lnet/minecraft/class_3414;method_47958(Lnet/minecraft/class_2540;)V- named - writeBuf- Lnet/minecraft/sound/SoundEvent;writeBuf(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
fromBuf- Mappings:
- Namespace - Name - Mixin selector - official - b- Lamg;b(Lsf;)Lamg;- intermediary - method_47961- Lnet/minecraft/class_3414;method_47961(Lnet/minecraft/class_2540;)Lnet/minecraft/class_3414;- named - fromBuf- Lnet/minecraft/sound/SoundEvent;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/sound/SoundEvent;
 
 
-