mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-13 10:01:31 +01:00
Deprecates SWorldBorder class
Related to:
* 71502be7d0a8978ede443b43c207c932f550730d
* 9d7026ec27
This commit is contained in:
parent
426e786b49
commit
ad8f8517a7
@ -12,6 +12,10 @@ import java.lang.reflect.Constructor;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link com.songoda.core.nms.world.NmsWorldBorder} via {@link Nms#getImplementations()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class SWorldBorder {
|
||||
private static Class<?> packetPlayOutWorldBorderEnumClass;
|
||||
private static Class<?> worldBorderClass;
|
||||
@ -93,6 +97,10 @@ public class SWorldBorder {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link com.songoda.core.nms.world.NmsWorldBorder.BorderColor} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public enum Color {
|
||||
Blue, Green, Red
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user