Package net.minecraft.client.sound
Class MinecartSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.MinecartSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance,Tickable
- Mappings:
Namespace Name official cbxintermediary net/minecraft/class_1894named net/minecraft/client/sound/MinecartSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
FieldsFields inherited from class net.minecraft.client.sound.MovingSoundInstance
doneFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, field_13678, field_13679, identifier, pitch, repeat, repeatDelay, volume, x, y, z -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable, method_12532, method_12533, method_12534Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable, method_12532, method_12533, method_12534
-
Field Details
-
player
- Mappings:
Namespace Name Mixin selector official mLcbx;m:Laay;intermediary field_8147Lnet/minecraft/class_1894;field_8147:Lnet/minecraft/class_988;named playerLnet/minecraft/client/sound/MinecartSoundInstance;player:Lnet/minecraft/entity/player/PlayerEntity;
-
minecart
- Mappings:
Namespace Name Mixin selector official nLcbx;n:Laby;intermediary field_8148Lnet/minecraft/class_1894;field_8148:Lnet/minecraft/class_965;named minecartLnet/minecraft/client/sound/MinecartSoundInstance;minecart:Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;
-
-
Constructor Details
-
MinecartSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>Lcbx;<init>(Laay;Laby;)Vintermediary <init>Lnet/minecraft/class_1894;<init>(Lnet/minecraft/class_988;Lnet/minecraft/class_965;)Vnamed <init>Lnet/minecraft/client/sound/MinecartSoundInstance;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official F_Llf;F_()Vintermediary method_2053Lnet/minecraft/class_746;method_2053()Vnamed tickLnet/minecraft/util/Tickable;tick()V
-