yarn/mappings/net/minecraft/client/network/packet/ExperienceBarUpdateClientPa...

15 lines
400 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS mi net/minecraft/client/network/packet/ExperienceBarUpdateClientPacket
FIELD a barProgress F
FIELD b experienceLevel I
FIELD c experience I
2018-12-12 12:22:18 -05:00
METHOD <init> (FII)V
2018-11-04 07:22:38 -05:00
ARG 1 barProgress
ARG 2 experienceLevel
2018-12-12 12:12:26 -05:00
METHOD a read (Lit;)V
METHOD a apply (Liw;)V
METHOD a apply (Lju;)V
METHOD b getBarProgress ()F
2018-12-12 12:12:26 -05:00
METHOD b write (Lit;)V
METHOD c getExperienceLevel ()I
METHOD d getExperience ()I