Mapped some more sound stuff (#49)

This commit is contained in:
Tyler Hancock 2016-08-26 18:55:14 -06:00 committed by Shadowfacts
parent d8567eb06d
commit 17196e0f98
16 changed files with 74 additions and 22 deletions

View File

@ -0,0 +1,3 @@
CLASS none/cax net/minecraft/client/audio/ISoundAccessor
METHOD e getWeight ()I
METHOD i getCopy ()Ljava/lang/Object;

View File

@ -0,0 +1,2 @@
CLASS none/caf net/minecraft/client/audio/ISoundTickable
METHOD l isDone ()Z

View File

@ -1 +1,4 @@
CLASS none/cab net/minecraft/client/audio/Sound
METHOD e getWeight ()I
METHOD f getCopy ()Lnone/cab;
METHOD i getCopy ()Ljava/lang/Object;

View File

@ -1 +1,4 @@
CLASS none/caw net/minecraft/client/audio/SoundAccessor
METHOD a getCopy ()Lnone/cab;
METHOD e getWeight ()I
METHOD i getCopy ()Ljava/lang/Object;

View File

@ -1,4 +1,8 @@
CLASS none/cau net/minecraft/client/audio/SoundLoader
CLASS none/cau$2
METHOD a getCopy ()Lnone/cab;
METHOD e getWeight ()I
METHOD i getCopy ()Ljava/lang/Object;
FIELD a SOUND_MISSING Lnone/cab;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c GSON Lcom/google/gson/Gson;

View File

@ -0,0 +1,6 @@
CLASS none/bzw net/minecraft/client/audio/sound/impl/SoundElytra
FIELD m player Lnone/boe;
FIELD n tickCount I
METHOD <init> (Lnone/boe;)V
ARG 0 player
METHOD D_ update ()V

View File

@ -0,0 +1,5 @@
CLASS none/bzx net/minecraft/client/audio/sound/impl/SoundGuardianAttack
FIELD m guardian Lnone/zl;
METHOD <init> (Lnone/zl;)V
ARG 0 guardian
METHOD D_ update ()V

View File

@ -0,0 +1,7 @@
CLASS none/bzz net/minecraft/client/audio/sound/impl/SoundMinecart
FIELD m player Lnone/aak;
FIELD n minecart Lnone/abi;
METHOD <init> (Lnone/aak;Lnone/abi;)V
ARG 0 player
ARG 1 minecart
METHOD D_ update ()V

View File

@ -0,0 +1,6 @@
CLASS none/bzy net/minecraft/client/audio/sound/impl/SoundMinecartRiding
FIELD m minecart Lnone/abi;
FIELD n distance F
METHOD <init> (Lnone/abi;)V
ARG 0 minecart
METHOD D_ update ()V

View File

@ -0,0 +1,3 @@
CLASS none/bzv net/minecraft/client/audio/sound/impl/SoundMoving
FIELD l done Z
METHOD l isDone ()Z

View File

@ -0,0 +1,32 @@
CLASS none/bzu net/minecraft/client/audio/sound/impl/SoundPositioned
FIELD a sound Lnone/cab;
FIELD b category Lnone/nm;
FIELD c id Lnone/kp;
FIELD d volume F
FIELD e pitch F
FIELD f posX F
FIELD g posY F
FIELD h posZ F
FIELD i repeat Z
FIELD j repeatDelay I
FIELD k attenuationType Lnone/cae$a;
FIELD l accessor Lnone/caw;
METHOD <init> (Lnone/kp;Lnone/nm;)V
ARG 0 soundId
ARG 1 category
METHOD <init> (Lnone/nk;Lnone/nm;)V
ARG 0 sound
ARG 1 category
METHOD a id ()Lnone/kp;
METHOD a getAccess (Lnone/cau;)Lnone/caw;
ARG 0 loader
METHOD b sound ()Lnone/cab;
METHOD c getCategory ()Lnone/nm;
METHOD d isRepeatable ()Z
METHOD e getRepeatDelay ()I
METHOD f getVolume ()F
METHOD g getPitch ()F
METHOD h getX ()F
METHOD i getY ()F
METHOD j getZ ()F
METHOD k getAttenuationType ()Lnone/cae$a;

View File

@ -1,14 +0,0 @@
CLASS none/bzu
METHOD a id ()Lnone/kp;
METHOD a getAccess (Lnone/cau;)Lnone/caw;
ARG 0 loader
METHOD b sound ()Lnone/cab;
METHOD c getCategory ()Lnone/nm;
METHOD d isRepeatable ()Z
METHOD e getRepeatDelay ()I
METHOD f getVolume ()F
METHOD g getPitch ()F
METHOD h getX ()F
METHOD i getY ()F
METHOD j getZ ()F
METHOD k getAttenuationType ()Lnone/cae$a;

View File

@ -1,2 +0,0 @@
CLASS none/bzw
METHOD D_ update ()V

View File

@ -1,2 +0,0 @@
CLASS none/bzx
METHOD D_ update ()V

View File

@ -1,2 +0,0 @@
CLASS none/bzy
METHOD D_ update ()V

View File

@ -1,2 +0,0 @@
CLASS none/bzz
METHOD D_ update ()V