Class DeprecationUtil

java.lang.Object
com.sk89q.worldedit.internal.util.DeprecationUtil

public class DeprecationUtil extends Object
  • Method Details

    • checkDelegatingOverride

      public static void checkDelegatingOverride(Class<?> implementingClass)
      Verify that one of the two functions is overridden. Caller method must be the new method, annotated with NonAbstractForCompatibility.
      Parameters:
      implementingClass - the result of calling Object.getClass()
    • isSign

      public static boolean isSign(BlockType blockType)
    • getHeadOwnerKey

      public static String getHeadOwnerKey()