File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
hypixel-api-core/src/main/java/net/hypixel/api/reply
hypixel-api-example/src/main/java/net/hypixel/api/example Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -249,14 +249,6 @@ public PetStats getPetStats(IPetRepository petRepository) {
249
249
return new PetStats (petRepository , Utilities .GSON .fromJson (petStats , statsObjectType ));
250
250
}
251
251
252
- /**
253
- * @return The last Minecraft version that the player used to connect to Hypixel, or {@code
254
- * null} if it is unknown.
255
- */
256
- public String getLastKnownMinecraftVersion () {
257
- return getStringProperty ("mcVersionRp" , null );
258
- }
259
-
260
252
/**
261
253
* @return {@code true} if the player could be identified by the API. Otherwise {@code
262
254
* false}.
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ public static void main(String[] args) {
92
92
System .out .println ("Exact Level ---> " + player .getNetworkLevel ());
93
93
System .out .println ("Experience ----> " + player .getNetworkExp ());
94
94
System .out .println ("Karma ---------> " + player .getKarma ());
95
- System .out .println ("MC Version ----> " + player .getLastKnownMinecraftVersion ());
96
95
System .out .println ("Last Game Type > " + player .getMostRecentGameType ());
97
96
98
97
/*
You can’t perform that action at this time.
0 commit comments