diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index cef7a51..6e3ff01 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -2,11 +2,11 @@ - + All Classes - + @@ -58,7 +58,7 @@

All Classes

-
+
Class
@@ -73,80 +73,136 @@

All Classes

 
 
- + +
 
+ +
 
+
 
- + +
 
+ +
 
+
 
- +
 
- +
 
- +
 
- +
 
- + +
 
+ +
 
+
 
- +
 
- -
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
Set the follow look type to the NPC with NPC.setGazeTrackingType(GazeTrackingType)
- + +
 
+
 
- + +
 
+ +
 
+
 
- +
 
- -
 
- + +
 
+
 
- -
 
- + +
 
+
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- + +
 
+ +
 
+
 
- +
 
- + +
 
+ +
Deprecated.
+
 
- +
 
- -
 
- + +
 
+
 
- -
 
- + +
 
+ +
 
+ +
 
+
 
- +
 
- +
 
- -
 
- + +
 
+ +
 
+ +
 
+ +
 
+ +
 
+
 
- +
 
- + +
 
+ +
 
+
 
+ +
 
+ +
 
 
@@ -155,17 +211,57 @@

All Classes

Set the NPCPose of the NPC with NPC.setPose(Pose)
- + +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+
NPC.Skin.FetchResult<S extends NPC.Skin,​E extends dev.sergiferry.playernpc.api.NPC.Skin.FetchResult.Error>
+
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+
 
- +
 
- +
 
- + +
 
+ +
 
+
 
 
- + +
 
+ +
 
+ +
 
+ +
 
+
 
diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index 3dcea2c..761885d 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -2,11 +2,11 @@ - + All Packages - + diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index c253754..6de6d67 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,11 +2,11 @@ - + Deprecated List - + @@ -54,33 +54,135 @@

Deprecated API

Contents

+
diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Animation.html b/docs/dev/sergiferry/playernpc/api/NPC.Animation.html index cf49b81..a4af1ac 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Animation.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Animation.html @@ -2,11 +2,11 @@ - + NPC.Animation - + @@ -82,7 +82,7 @@

Enum Class NPC.Animation

All Implemented Interfaces:
-
Serializable, Comparable<NPC.Animation>, Constable
+
dev.sergiferry.playernpc.utils.EnumUtils.GetName, Serializable, Comparable<NPC.Animation>, Constable
Enclosing class:
@@ -90,7 +90,8 @@

Enum Class NPC.Animation


public static enum NPC.Animation -extends Enum<NPC.Animation>
+extends Enum<NPC.Animation> +implements dev.sergiferry.playernpc.utils.EnumUtils.GetName
Since:
2022.2
@@ -143,23 +144,26 @@

Method Summary

Modifier and Type
Method
Description
- -
getAnimation​(int id)
+ +
fromID​(int id)
 
-
int
- -
 
-
boolean
- + +
fromName​(String name)
+
 
+
int
+
 
- -
valueOf​(String name)
-
+
boolean
+ +
 
+ +
valueOf​(String name)
+
Returns the enum constant of this class with the specified name.
-
static NPC.Animation[]
- -
+
static NPC.Animation[]
+ +
Returns an array containing the constants of this enum class, in the order they are declared.
@@ -172,6 +176,9 @@

Methods inherited from clas

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, wait, wait, wait
+
+

Methods inherited from interface dev.sergiferry.playernpc.utils.EnumUtils.GetName

+getName, getName
@@ -273,9 +280,15 @@

isDeprecated

  • -
    -

    getAnimation

    -
    public static NPC.Animation getAnimation(int id)
    +
    +

    fromName

    +
    public static Optional<NPC.Animation> fromName(String name)
    +
    +
  • +
  • +
    +

    fromID

    +
    public static Optional<NPC.Animation> fromID(int id)
  • diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Attributes.html b/docs/dev/sergiferry/playernpc/api/NPC.Attributes.html index 63b457f..d314c43 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Attributes.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Attributes.html @@ -2,11 +2,11 @@ - + NPC.Attributes - + @@ -47,13 +47,13 @@
  • Summary: 
  • Nested | 
  • Field | 
  • -
  • Constr | 
  • +
  • Constr | 
  • Method
  • @@ -85,13 +85,53 @@

    Class NPC.Attributes


    public static class NPC.Attributes extends Object
    -
    -
    Since:
    -
    2022.1
    -
    @@ -344,6 +501,51 @@

    Methods inherited from cl
      + +
    • +
      +

      Constructor Details

      + +
      +
    • @@ -399,25 +601,12 @@

      getSkin

    • -
      -

      getSkinParts

      -
      public NPC.Skin.Parts getSkinParts()
      -
      -
    • -
    • getDefaultSkin

      public static NPC.Skin getDefaultSkin()
    • -
      -

      setDefaultSkinParts

      -
      public static void setDefaultSkinParts(@Nullable - NPC.Skin.Parts skinParts)
      -
      -
    • -
    • setDefaultSkin

      public static void setDefaultSkin(@Nullable @@ -425,6 +614,25 @@

      setDefaultSkin

    • +
      +

      getSkinVisibleLayers

      +
      public NPC.Skin.VisibleLayers getSkinVisibleLayers()
      +
      +
    • +
    • +
      +

      getDefaultSkinVisibleLayers

      +
      public NPC.Skin.VisibleLayers getDefaultSkinVisibleLayers()
      +
      +
    • +
    • +
      +

      setDefaultSkinVisibleLayers

      +
      public static void setDefaultSkinVisibleLayers(@Nullable + NPC.Skin.VisibleLayers skinVisibleLayers)
      +
      +
    • +
    • getText

      public List<String> getText()
      @@ -444,6 +652,62 @@

      setDefaultText

    • +
      +

      getTextItem

      +
      public org.bukkit.inventory.ItemStack getTextItem()
      +
      +
    • +
    • +
      +

      getDefaultTextItem

      +
      public static org.bukkit.inventory.ItemStack getDefaultTextItem()
      +
      +
    • +
    • +
      +

      setDefaultTextItem

      +
      public static void setDefaultTextItem(@Nullable + org.bukkit.inventory.ItemStack itemStack)
      +
      +
    • +
    • +
      +

      isTextItemGlowing

      +
      public Boolean isTextItemGlowing()
      +
      +
    • +
    • +
      +

      isDefaultTextItemGlowing

      +
      public static Boolean isDefaultTextItemGlowing()
      +
      +
    • +
    • +
      +

      setDefaultTextItemGlowing

      +
      public static void setDefaultTextItemGlowing(boolean textItemGlowing)
      +
      +
    • +
    • +
      +

      getTextItemGlowingColor

      +
      public NPC.Color getTextItemGlowingColor()
      +
      +
    • +
    • +
      +

      getDefaultTextItemGlowingColor

      +
      public static NPC.Color getDefaultTextItemGlowingColor()
      +
      +
    • +
    • +
      +

      setDefaultTextItemGlowingColor

      +
      public static void setDefaultTextItemGlowingColor(@Nullable + NPC.Color textItemGlowingColor)
      +
      +
    • +
    • getHelmet

      public org.bukkit.inventory.ItemStack getHelmet()
      @@ -463,21 +727,21 @@

      setDefaultHelmet

    • -
      -

      getChestPlate

      -
      public org.bukkit.inventory.ItemStack getChestPlate()
      +
      +

      getChestplate

      +
      public org.bukkit.inventory.ItemStack getChestplate()
    • -
      -

      getDefaultChestPlate

      -
      public static org.bukkit.inventory.ItemStack getDefaultChestPlate()
      +
      +

      getDefaultChestplate

      +
      public static org.bukkit.inventory.ItemStack getDefaultChestplate()
    • -
      -

      setDefaultChestPlate

      -
      public static void setDefaultChestPlate(@Nullable +
      +

      setDefaultChestplate

      +
      public static void setDefaultChestplate(@Nullable org.bukkit.inventory.ItemStack itemStack)
    • @@ -561,6 +825,24 @@

      setDefaultCollidable

  • +
    +

    isGroundParticles

    +
    public boolean isGroundParticles()
    +
    +
  • +
  • +
    +

    isDefaultGroundParticles

    +
    public static boolean isDefaultGroundParticles()
    +
    +
  • +
  • +
    +

    setDefaultGroundParticles

    +
    public static void setDefaultGroundParticles(boolean groundParticles)
    +
    +
  • +
  • getHideDistance

    public Double getHideDistance()
    @@ -589,6 +871,24 @@

    setDefaultHideDistance

  • +
    +

    getTextHideDistance

    +
    public Double getTextHideDistance()
    +
    +
  • +
  • +
    +

    getDefaultTextHideDistance

    +
    public static Double getDefaultTextHideDistance()
    +
    +
  • +
  • +
    +

    setDefaultTextHideDistance

    +
    public static void setDefaultTextHideDistance(double textHideDistance)
    +
    +
  • +
  • isGlowing

    public boolean isGlowing()
    @@ -619,10 +919,28 @@

    getDefaultGlowingColor

  • -
    +

    setDefaultGlowingColor

    public static void setDefaultGlowingColor(@Nullable - org.bukkit.ChatColor color)
    + NPC.Color color) +
    +
  • +
  • +
    +

    isInvisible

    +
    public Boolean isInvisible()
    +
    +
  • +
  • +
    +

    isDefaultInvisible

    +
    public static Boolean isDefaultInvisible()
    +
    +
  • +
  • +
    +

    setDefaultInvisible

    +
    public static void setDefaultInvisible(boolean invisible)
  • @@ -645,40 +963,60 @@

    setDefaultGazeTrackingType

  • -
    -

    getCustomTabListName

    -
    public String getCustomTabListName()
    +
    +

    getNameTag

    +
    public NPC.NameTag getNameTag()
    +
    +
  • +
  • +
    +

    getDefaultNameTag

    +
    public static NPC.NameTag getDefaultNameTag()
    +
    +
  • +
  • +
    +

    setDefaultNameTag

    +
    public static void setDefaultNameTag(@Nullable + String prefix, + @Nullable + String suffix)
  • -
    -

    getDefaultTabListName

    -
    public static String getDefaultTabListName()
    +
    +

    getTabListName

    +
    public String getTabListName()
  • -
    -

    setDefaultCustomTabListName

    -
    public static void setDefaultCustomTabListName(@Nonnull - String customTabListName)
    +
    +

    isShowNameTag

    +
    public Boolean isShowNameTag()
  • -
    -

    isShowOnTabList

    -
    public boolean isShowOnTabList()
    +
    +

    setShowNameTag

    +
    public NPC.Updatable.Type setShowNameTag(boolean showNameTag)
  • -
    -

    isDefaultShowOnTabList

    -
    public boolean isDefaultShowOnTabList()
    +
    +

    getTabListVisibility

    +
    public NPC.TabListVisibility getTabListVisibility()
  • -
    -

    setDefaultShowOnTabList

    -
    public static void setDefaultShowOnTabList(boolean showOnTabList)
    +
    +

    getDefaultTabListVisibility

    +
    public static NPC.TabListVisibility getDefaultTabListVisibility()
    +
    +
  • +
  • +
    +

    setDefaultTabListVisibility

    +
    public static void setDefaultTabListVisibility(NPC.TabListVisibility tabListVisibility)
  • @@ -700,21 +1038,21 @@

    setDefaultInteractCooldown

  • -
    -

    getLineSpacing

    -
    public Double getLineSpacing()
    +
    +

    getTextLineSpacing

    +
    public Double getTextLineSpacing()
  • -
    -

    getDefaultLineSpacing

    -
    public static Double getDefaultLineSpacing()
    +
    +

    getDefaultTextLineSpacing

    +
    public static Double getDefaultTextLineSpacing()
  • -
    -

    setDefaultLineSpacing

    -
    public static void setDefaultLineSpacing(double lineSpacing)
    +
    +

    setDefaultTextLineSpacing

    +
    public static void setDefaultTextLineSpacing(double lineSpacing)
  • @@ -804,28 +1142,133 @@

    getDefaultMoveSpeed

  • -
    -

    setLineOpacity

    -
    public void setLineOpacity(int line, - NPC.Hologram.Opacity opacity)
    +
    +

    getTextLineOpacity

    +
    public NPC.Hologram.Opacity getTextLineOpacity(int line)
    +
    +
  • +
  • +
    +

    resetTextLineOpacity

    +
    public void resetTextLineOpacity(int line)
    +
    +
  • +
  • +
    +

    resetTextLinesOpacity

    +
    public NPC.Updatable.Type resetTextLinesOpacity()
    +
    +
  • +
  • +
    +

    getPotionParticlesColor

    +
    public Color getPotionParticlesColor()
    +
    +
  • +
  • +
    +

    getDefaultPotionParticlesColor

    +
    public static Color getDefaultPotionParticlesColor()
    +
    +
  • +
  • +
    +

    setPotionParticlesColor

    +
    public NPC.Updatable.Type setPotionParticlesColor(@Nullable + Color potionParticlesColor)
    +
    +
  • +
  • +
    +

    setDefaultPotionParticlesColor

    +
    public static void setDefaultPotionParticlesColor(@Nullable + Color potionParticlesColor)
    +
    +
  • +
  • +
    +

    getPotionParticlesType

    +
    public NPC.PotionParticlesType getPotionParticlesType()
    +
    +
  • +
  • +
    +

    getDefaultPotionParticlesType

    +
    public static NPC.PotionParticlesType getDefaultPotionParticlesType()
    +
    +
  • +
  • +
    +

    setPotionParticlesType

    +
    public NPC.Updatable.Type setPotionParticlesType(@Nullable + NPC.PotionParticlesType potionParticlesType)
    +
    +
  • +
  • +
    +

    setDefaultPotionParticlesType

    +
    public static void setDefaultPotionParticlesType(@Nullable + NPC.PotionParticlesType potionParticlesType)
    +
    +
  • +
  • +
    +

    getArrowsInBody

    +
    public Integer getArrowsInBody()
    +
    +
  • +
  • +
    +

    getDefaultArrowsInBody

    +
    public static Integer getDefaultArrowsInBody()
    +
    +
  • +
  • +
    +

    setDefaultArrowsInBody

    +
    public void setDefaultArrowsInBody(int arrowsInBody)
    +
    +
  • +
  • +
    +

    getBeeStingersInBody

    +
    public Integer getBeeStingersInBody()
    +
    +
  • +
  • +
    +

    getDefaultBeeStingersInBody

    +
    public static Integer getDefaultBeeStingersInBody()
    +
    +
  • +
  • +
    +

    setBeeStingersInBody

    +
    public NPC.Updatable.Type setBeeStingersInBody(int beeStingersInBody)
    +
    +
  • +
  • +
    +

    setDefaultBeeStingersInBody

    +
    public void setDefaultBeeStingersInBody(int beeStingersInBody)
  • -
    -

    getLineOpacity

    -
    public NPC.Hologram.Opacity getLineOpacity(int line)
    +
    +

    isShaking

    +
    public Boolean isShaking()
  • -
    -

    resetLineOpacity

    -
    public void resetLineOpacity(int line)
    +
    +

    isDefaultShaking

    +
    public static Boolean isDefaultShaking()
  • -
    -

    resetLinesOpacity

    -
    public void resetLinesOpacity()
    +
    +

    setDefaultShaking

    +
    public static void setDefaultShaking(boolean shaking)
  • diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Color.html b/docs/dev/sergiferry/playernpc/api/NPC.Color.html index 076912e..a264a96 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Color.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Color.html @@ -2,11 +2,11 @@ - + NPC.Color - + @@ -82,7 +82,7 @@

    Enum Class NPC.Color

    All Implemented Interfaces:
    -
    Serializable, Comparable<NPC.Color>, Constable
    +
    dev.sergiferry.playernpc.utils.EnumUtils.GetName, Serializable, Comparable<NPC.Color>, Constable
    Enclosing class:
    @@ -90,7 +90,8 @@

    Enum Class NPC.Color


    public static enum NPC.Color -extends Enum<NPC.Color>
    +extends Enum<NPC.Color> +implements dev.sergiferry.playernpc.utils.EnumUtils.GetName
    Since:
    2022.2
    @@ -102,6 +103,15 @@

    Enum Class NPC.Color

  • Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static class 
    + +
     
    +

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
    @@ -162,19 +172,59 @@

    Method Summary

    Method
    Description
    org.bukkit.ChatColor
    - +
     
    -
    static NPC.Color
    -
    getColor​(org.bukkit.ChatColor chatColor)
    +
    org.bukkit.Color
    + +
     
    +
    org.bukkit.DyeColor
    + +
     
    +
    net.md_5.bungee.api.ChatColor
    + +
     
    + + +
     
    + +
    fromName​(String name)
     
    -
    static NPC.Color
    -
    valueOf​(String name)
    -
    +
    org.bukkit.Material
    + +
     
    + +
    getName​(dev.sergiferry.playernpc.utils.EnumUtils.NameFormat nameFormat)
    +
     
    + +
    getName​(dev.sergiferry.playernpc.utils.EnumUtils.NameFormat nameFormat, + boolean colored)
    +
     
    + +
    of​(Color color)
    +
     
    + +
    of​(net.md_5.bungee.api.ChatColor color)
    +
     
    + +
    of​(org.bukkit.ChatColor color)
    +
     
    + +
    of​(org.bukkit.Color color)
    +
     
    + +
    of​(org.bukkit.DyeColor color)
    +
     
    + +
    of​(org.bukkit.Material material)
    +
     
    +
    static NPC.Color
    +
    valueOf​(String name)
    +
    Returns the enum constant of this class with the specified name.
    -
    static NPC.Color[]
    - -
    +
    static NPC.Color[]
    + +
    Returns an array containing the constants of this enum class, in the order they are declared.
    @@ -187,6 +237,9 @@

    Methods inherited from clas

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface dev.sergiferry.playernpc.utils.EnumUtils.GetName

    +getName

  • @@ -334,15 +387,114 @@

    valueOf

  • -
    -

    getChatColor

    -
    public org.bukkit.ChatColor getChatColor()
    +
    +

    getName

    +
    @Nonnull +public String getName(dev.sergiferry.playernpc.utils.EnumUtils.NameFormat nameFormat)
    +
    +
    Specified by:
    +
    getName in interface dev.sergiferry.playernpc.utils.EnumUtils.GetName
    +
    +
    +
  • +
  • +
    +

    getName

    +
    @Nonnull +public String getName(dev.sergiferry.playernpc.utils.EnumUtils.NameFormat nameFormat, + boolean colored)
    +
    +
  • +
  • +
    +

    asBukkitChatColor

    +
    @Nonnull +public org.bukkit.ChatColor asBukkitChatColor()
    +
    +
  • +
  • +
    +

    asBungeeChatColor

    +
    @Nonnull +public net.md_5.bungee.api.ChatColor asBungeeChatColor()
    +
    +
  • +
  • +
    +

    asJavaColor

    +
    @Nonnull +public Color asJavaColor()
    +
    +
  • +
  • +
    +

    asBukkitColor

    +
    @Nonnull +public org.bukkit.Color asBukkitColor()
    +
    +
  • +
  • +
    +

    asBukkitDyeColor

    +
    @Nonnull +public org.bukkit.DyeColor asBukkitDyeColor()
    +
    +
  • +
  • +
    +

    getBukkitMaterial

    +
    @Nonnull +public org.bukkit.Material getBukkitMaterial(@Nonnull + NPC.Color.MaterialType type)
    +
    +
  • +
  • +
    +

    fromName

    +
    public static Optional<NPC.Color> fromName(@Nonnull + String name)
    +
    +
  • +
  • +
    +

    of

    +
    public static Optional<NPC.Color> of(@Nonnull + org.bukkit.ChatColor color)
    +
    +
  • +
  • +
    +

    of

    +
    public static Optional<NPC.Color> of(@Nonnull + net.md_5.bungee.api.ChatColor color)
    +
    +
  • +
  • +
    +

    of

    +
    public static Optional<NPC.Color> of(@Nonnull + Color color)
    +
    +
  • +
  • +
    +

    of

    +
    public static Optional<NPC.Color> of(@Nonnull + org.bukkit.Color color)
    +
    +
  • +
  • +
    +

    of

    +
    public static Optional<NPC.Color> of(@Nonnull + org.bukkit.DyeColor color)
  • -
    -

    getColor

    -
    public static NPC.Color getColor(org.bukkit.ChatColor chatColor)
    +
    +

    of

    +
    public static Optional<NPC.Color> of(@Nonnull + org.bukkit.Material material)
  • diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.FinishMove.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.FinishMove.html index eda6a77..a88c464 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.FinishMove.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.FinishMove.html @@ -2,11 +2,11 @@ - + NPC.Events.FinishMove - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.Hide.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.Hide.html index 15c0dcb..7434608 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.Hide.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.Hide.html @@ -2,11 +2,11 @@ - + NPC.Events.Hide - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.Interact.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.Interact.html index 2cfc270..d481e8d 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.Interact.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.Interact.html @@ -2,11 +2,11 @@ - + NPC.Events.Interact - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.Move.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.Move.html index 21fba8a..1e2efd9 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.Move.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.Move.html @@ -2,11 +2,11 @@ - + NPC.Events.Move - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.Show.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.Show.html index c359e75..c6aed13 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.Show.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.Show.html @@ -2,11 +2,11 @@ - + NPC.Events.Show - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.StartMove.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.StartMove.html index d0e936d..fabf979 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.StartMove.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.StartMove.html @@ -2,11 +2,11 @@ - + NPC.Events.StartMove - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.Teleport.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.Teleport.html index 0182812..d0f85ad 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.Teleport.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.Teleport.html @@ -2,11 +2,11 @@ - + NPC.Events.Teleport - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Events.html b/docs/dev/sergiferry/playernpc/api/NPC.Events.html index 292c460..114bd22 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Events.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Events.html @@ -2,11 +2,11 @@ - + NPC.Events - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Hologram.Opacity.html b/docs/dev/sergiferry/playernpc/api/NPC.Hologram.Opacity.html index 42c3d9e..f68f1b7 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Hologram.Opacity.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Hologram.Opacity.html @@ -2,11 +2,11 @@ - + NPC.Hologram.Opacity - + @@ -82,7 +82,7 @@

    Enum Class NPC.Hologra
    All Implemented Interfaces:
    -
    Serializable, Comparable<NPC.Hologram.Opacity>, Constable
    +
    dev.sergiferry.playernpc.utils.EnumUtils.GetName, Serializable, Comparable<NPC.Hologram.Opacity>, Constable
    Enclosing class:
    @@ -90,11 +90,8 @@

    Enum Class NPC.Hologra


    public static enum NPC.Hologram.Opacity -extends Enum<NPC.Hologram.Opacity>
    -
    -
    Since:
    -
    2022.1
    -
    +extends Enum<NPC.Hologram.Opacity> +implements dev.sergiferry.playernpc.utils.EnumUtils.GetName
    @@ -251,9 +251,9 @@

    valueOf

  • -
    -

    getOpacity

    -
    public static NPC.Hologram.Opacity getOpacity(String name)
    +
    +

    fromName

    +
    public static NPC.Hologram.Opacity fromName(String name)
  • diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Hologram.html b/docs/dev/sergiferry/playernpc/api/NPC.Hologram.html index b620b1a..d9c5c0d 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Hologram.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Hologram.html @@ -2,11 +2,11 @@ - + NPC.Hologram - + diff --git a/docs/dev/sergiferry/playernpc/api/NPC.Interact.Actions.Command.html b/docs/dev/sergiferry/playernpc/api/NPC.Interact.Actions.Command.html index c141150..7cc14dc 100644 --- a/docs/dev/sergiferry/playernpc/api/NPC.Interact.Actions.Command.html +++ b/docs/dev/sergiferry/playernpc/api/NPC.Interact.Actions.Command.html @@ -2,11 +2,11 @@ - + NPC.Interact.Actions.Command - + @@ -17,7 +17,11 @@ -