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:
@@ -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());
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user