yarn/mappings/net/minecraft/client/options/ServerList.mapping

17 lines
427 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS dgj net/minecraft/client/options/ServerList
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-03-14 11:39:51 -04:00
FIELD b client Lctp;
FIELD c serverEntries Ljava/util/List;
METHOD a loadFile ()V
2019-03-14 11:39:51 -04:00
METHOD a get (I)Ldgi;
METHOD a swapEntries (II)V
2018-11-04 07:22:38 -05:00
ARG 1 index1
2019-03-14 11:39:51 -04:00
METHOD a set (ILdgi;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2019-03-14 11:39:51 -04:00
METHOD a add (Ldgi;)V
METHOD b saveFile ()V
METHOD b remove (I)V
2019-03-14 11:39:51 -04:00
METHOD b updateServerListEntry (Ldgi;)V
2017-05-13 02:02:51 -04:00
ARG 0 e
METHOD c size ()I