@return the ordinal of the old enum. @deprecated only for backwards compatibility, it is not guaranteed that an old enum always has the same ordinal.
()
| 38 | * an old enum always has the same ordinal. |
| 39 | */ |
| 40 | @Deprecated(since = "1.21", forRemoval = true) @ApiStatus.ScheduledForRemoval(inVersion = "1.22") // Paper - will be removed via asm-utils |
| 41 | int ordinal(); |
| 42 | } |
no outgoing calls