Package com.ryandw11.structure.utils
Class SpawnYConversion
java.lang.Object
com.ryandw11.structure.utils.SpawnYConversion
A utility class for SpawnY conversion for the 1.17 update.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertSpawnYValue(String value)
Convert the SpawnY Value into the new format.
-
Constructor Details
-
SpawnYConversion
public SpawnYConversion()
-
-
Method Details
-
convertSpawnYValue
Convert the SpawnY Value into the new format.- Parameters:
value
- The SpawnY value to convert.- Returns:
- The converted SpawnY value.
-