Class RabbitData

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

public class RabbitData extends EntityData<org.bukkit.entity.Rabbit>
  • Constructor Details

    • RabbitData

      public RabbitData()
    • RabbitData

      public RabbitData(int type)
  • Method Details

    • init

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

      protected boolean init(Class<? extends org.bukkit.entity.Rabbit> c, org.bukkit.entity.Rabbit rabbit)
      Specified by:
      init in class EntityData<org.bukkit.entity.Rabbit>
      Parameters:
      c - An entity's class, e.g. Player
      rabbit - 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.Rabbit entity)
      Specified by:
      set in class EntityData<org.bukkit.entity.Rabbit>
    • match

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

      public Class<? extends org.bukkit.entity.Rabbit> getType()
      Specified by:
      getType in class EntityData<org.bukkit.entity.Rabbit>
    • 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.Rabbit>
      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.Rabbit>
    • equals_i

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

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