Class DefaultVersionWrapper
java.lang.Object
com.ultikits.ultitools.interfaces.impl.DefaultVersionWrapper
- All Implemented Interfaces:
VersionWrapper
@Deprecated(since="6.2.0",
forRemoval=true)
public class DefaultVersionWrapper
extends Object
implements VersionWrapper
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of VersionWrapper that delegates to XVersionUtils.
All methods use default implementations from the interface.
VersionWrapper 的默认实现,委托给 XVersionUtils。 所有方法使用接口的默认实现。
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ultikits.ultitools.interfaces.VersionWrapper
getBed, getBlockFace, getColoredPlaneGlass, getEmailMaterial, getEndEye, getGrassBlock, getHead, getItemDurability, getItemInHand, getSign, getSound, registerNewObjective, sendActionBar, sendPlayerList
-
Constructor Details
-
DefaultVersionWrapper
public DefaultVersionWrapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
XVersionUtilsdirectly instead.