1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Remove obsolete code

This commit is contained in:
Camotoy
2025-11-22 20:44:04 -05:00
parent b9a09d2d4f
commit 473a4a58fd

View File

@@ -177,12 +177,4 @@ public final class BedrockClientData {
}; };
} }
} }
// private static final class IntToEnumDeserializer implements JsonDeserializer<Enum<?>> {
// @Override
// public Enum<?> deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
// System.out.println(typeOfT.getClass().getTypeParameters()[0]);
// return DeviceOs.fromId(json.getAsInt());
// }
// }
} }