Add classic version range to VersionType#CLASSIC javadoc (#3729)

This commit is contained in:
EnZaXD 2024-02-29 11:11:23 +01:00 committed by GitHub
parent 4cf271af81
commit 6cdca97d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ package com.viaversion.viaversion.api.protocol.version;
public enum VersionType {
/**
* Classic versions of Minecraft.
* Classic versions of Minecraft (Classic 0.0.2a to 0.30).
*/
CLASSIC,
/**