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
@Environment(CLIENT) public class MinecartSoundInstance extends MovingSoundInstance
- Mappings:
Namespace Name official bpeintermediary net/minecraft/class_1304named net/minecraft/client/sound/MinecartSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields Modifier and Type Field Description private AbstractMinecartEntityminecartprivate PlayerEntityplayerFields 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 Constructor Description MinecartSoundInstance(PlayerEntity player, AbstractMinecartEntity minecart) -
Method Summary
Modifier and Type Method Description voidtick()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_5412Lnet/minecraft/class_1304;field_5412:Lnet/minecraft/class_1963;named playerLnet/minecraft/client/sound/MinecartSoundInstance;player:Lnet/minecraft/entity/player/PlayerEntity;
-
minecart
- Mappings:
Namespace Name Mixin selector official lLbpe;l:Lva;intermediary field_5413Lnet/minecraft/class_1304;field_5413:Lnet/minecraft/class_1895;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_1304;<init>(Lnet/minecraft/class_1963;Lnet/minecraft/class_1895;)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_5945Lnet/minecraft/class_1618;method_5945()Vnamed tickLnet/minecraft/util/Tickable;tick()V
-