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 bpeintermediary 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, 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, isRepeatableMethods 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
-
Field Details
-
player
- Mappings:
Namespace Name Mixin selector official kLbpe;k:Lwn;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 lLbpe;l:Lva;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>Lbpe;<init>(Lwn;Lva;)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 cLkm;c()Vintermediary method_2053Lnet/minecraft/class_746;method_2053()Vnamed tickLnet/minecraft/util/Tickable;tick()V
-