Sound system stuff (#1824)

* Sound system stuff

* Update mappings/net/minecraft/client/sound/SoundListener.mapping

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

Co-authored-by: YanisBft <doublecraft.official@gmail.com>
This commit is contained in:
hYdos 2020-11-01 04:59:57 +10:00 committed by GitHub
parent 74eea685be
commit 3fd13d6416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
CLASS net/minecraft/class_4227 net/minecraft/client/sound/Listener
CLASS net/minecraft/class_4227 net/minecraft/client/sound/SoundListener
FIELD field_18906 volume F
FIELD field_24051 pos Lnet/minecraft/class_243;
METHOD method_19669 getVolume ()F
METHOD method_19670 setVolume (F)V
ARG 1 volume
METHOD method_19671 setPosition (Lnet/minecraft/class_243;)V
ARG 1 position
METHOD method_19672 setOrientation (Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)V
ARG 1 at
ARG 2 up
METHOD method_19673 init ()V
METHOD method_27268 getPos ()Lnet/minecraft/class_243;