Class EntityTypeHelper

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

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

    Modifier and Type
    Method
    Description
    static String
    getKey(org.bukkit.entity.EntityType entityType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(String entityType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(String entityType, boolean emptyString)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(org.bukkit.entity.EntityType entityType)
    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

    • getName

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

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

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

      @Nonnull public static String getName(@Nonnull String entityType, boolean emptyString)
      Deprecated, for removal: This API element is subject to removal in a future version.