Class GoatData

java.lang.Object
ch.njol.skript.entity.EntityData<org.bukkit.entity.Goat>
ch.njol.skript.entity.GoatData
All Implemented Interfaces:
SyntaxElement, YggdrasilSerializable, YggdrasilSerializable.YggdrasilExtendedSerializable

public class GoatData extends EntityData<org.bukkit.entity.Goat>
  • Constructor Details

    • GoatData

      public GoatData()
    • GoatData

      public GoatData(int screaming)
  • Method Details

    • init

      protected boolean init(Literal<?>[] exprs, int matchedPattern, SkriptParser.ParseResult parseResult)
      Specified by:
      init in class EntityData<org.bukkit.entity.Goat>
    • init

      protected boolean init(@Nullable @Nullable Class<? extends org.bukkit.entity.Goat> c, @Nullable @Nullable org.bukkit.entity.Goat goat)
      Specified by:
      init in class EntityData<org.bukkit.entity.Goat>
      Parameters:
      c - An entity's class, e.g. Player
      goat - An actual entity, or null to get an entity data for an entity class
      Returns:
      Whether initialisation was successful
    • set

      public void set(org.bukkit.entity.Goat entity)
      Specified by:
      set in class EntityData<org.bukkit.entity.Goat>
    • match

      protected boolean match(org.bukkit.entity.Goat entity)
      Specified by:
      match in class EntityData<org.bukkit.entity.Goat>
    • getType

      public Class<? extends org.bukkit.entity.Goat> getType()
      Specified by:
      getType in class EntityData<org.bukkit.entity.Goat>
    • getSuperType

      public EntityData getSuperType()
      Description copied from class: EntityData
      Returns the super type of this entity data, e.g. 'wolf' for 'angry wolf'.
      Specified by:
      getSuperType in class EntityData<org.bukkit.entity.Goat>
      Returns:
      The supertype of this entity data. Must not be null.
    • hashCode_i

      protected int hashCode_i()
      Specified by:
      hashCode_i in class EntityData<org.bukkit.entity.Goat>
    • equals_i

      protected boolean equals_i(EntityData<?> data)
      Specified by:
      equals_i in class EntityData<org.bukkit.entity.Goat>
    • isSupertypeOf

      public boolean isSupertypeOf(EntityData<?> data)
      Specified by:
      isSupertypeOf in class EntityData<org.bukkit.entity.Goat>