yarn/mappings/net/minecraft/GameVersion.mapping

13 lines
631 B
Plaintext

CLASS net/minecraft/class_6489 net/minecraft/GameVersion
COMMENT The game version interface used by Minecraft, replacing the javabridge
COMMENT one's occurrences in Minecraft code.
METHOD method_37912 getSaveVersion ()Lnet/minecraft/class_6595;
COMMENT {@return the save version information for this game version}
METHOD method_48017 getResourceVersion (Lnet/minecraft/class_3264;)I
ARG 1 type
METHOD method_48018 getId ()Ljava/lang/String;
METHOD method_48019 getName ()Ljava/lang/String;
METHOD method_48020 getProtocolVersion ()I
METHOD method_48021 getBuildTime ()Ljava/util/Date;
METHOD method_48022 isStable ()Z