java.lang.Object
net.guizhanss.guizhanlib.minecraft.helper.entity.EntityHelper

@Deprecated(since="2.0.0", forRemoval=true) public final class EntityHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
请使用 EntityHelper 代替
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getDisplayName(org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getDisplayName

      @Nonnull public static String getDisplayName(@Nonnull org.bukkit.entity.Entity entity)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      @Nonnull public static String getName(@Nonnull org.bukkit.entity.Entity entity)
      Deprecated, for removal: This API element is subject to removal in a future version.