Class AuraRecord


  • public final class AuraRecord
    extends java.lang.Object
    Represents the Aura Record. You can find a clear explanation about them at AuraManager
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Perk perk  
      java.util.UUID uuid  
      boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      AuraRecord​(java.util.UUID uuid, Perk perk, boolean value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.util.Optional<org.bukkit.entity.Entity> getEntity()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uuid

        public final java.util.UUID uuid
      • perk

        public final Perk perk
      • value

        public final boolean value
    • Constructor Detail

      • AuraRecord

        public AuraRecord​(java.util.UUID uuid,
                          Perk perk,
                          boolean value)
    • Method Detail

      • getEntity

        public java.util.Optional<org.bukkit.entity.Entity> getEntity()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object