Package ch.njol.skript.entity
Class TropicalFishData
java.lang.Object
ch.njol.skript.entity.EntityData<org.bukkit.entity.TropicalFish>
ch.njol.skript.entity.TropicalFishData
- All Implemented Interfaces:
SyntaxElement,YggdrasilSerializable,YggdrasilSerializable.YggdrasilExtendedSerializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.njol.yggdrasil.YggdrasilSerializable
YggdrasilSerializable.YggdrasilExtendedSerializable, YggdrasilSerializable.YggdrasilRobustEnum, YggdrasilSerializable.YggdrasilRobustSerializable -
Field Summary
Fields inherited from class ch.njol.skript.entity.EntityData
LANGUAGE_NODE, m_adult, m_age_pattern, m_baby, matchedPattern, serializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanequals_i(EntityData<?> obj)Returns the super type of this entity data, e.g.Class<? extends org.bukkit.entity.TropicalFish>getType()protected intprotected booleaninit(@Nullable Class<? extends org.bukkit.entity.TropicalFish> c, @Nullable org.bukkit.entity.TropicalFish tropicalFish)protected booleaninit(Literal<?>[] exprs, int matchedPattern, SkriptParser.ParseResult parseResult)booleanisSupertypeOf(EntityData<?> e)protected booleanmatch(org.bukkit.entity.TropicalFish entity)voidset(org.bukkit.entity.TropicalFish entity)Methods inherited from class ch.njol.skript.entity.EntityData
deserialize, deserialize, equals, fromClass, fromEntity, getAgeAdjective, getAll, getAll, getAll, getInfo, getInfo, getName, hashCode, init, isBaby, isInstance, isPlural, parse, parseWithoutIndefiniteArticle, register, register, serialize, spawn, spawn, toString, toString, toString, toString, toString, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
TropicalFishData
public TropicalFishData() -
TropicalFishData
public TropicalFishData(org.bukkit.entity.TropicalFish.Pattern pattern)
-
-
Method Details
-
init
protected boolean init(Literal<?>[] exprs, int matchedPattern, SkriptParser.ParseResult parseResult)- Specified by:
initin classEntityData<org.bukkit.entity.TropicalFish>
-
init
protected boolean init(@Nullable Class<? extends org.bukkit.entity.TropicalFish> c, @Nullable org.bukkit.entity.TropicalFish tropicalFish)- Specified by:
initin classEntityData<org.bukkit.entity.TropicalFish>- Parameters:
c- An entity's class, e.g. PlayertropicalFish- 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.TropicalFish entity)- Specified by:
setin classEntityData<org.bukkit.entity.TropicalFish>
-
match
protected boolean match(org.bukkit.entity.TropicalFish entity)- Specified by:
matchin classEntityData<org.bukkit.entity.TropicalFish>
-
getType
- Specified by:
getTypein classEntityData<org.bukkit.entity.TropicalFish>
-
equals_i
- Specified by:
equals_iin classEntityData<org.bukkit.entity.TropicalFish>
-
hashCode_i
protected int hashCode_i()- Specified by:
hashCode_iin classEntityData<org.bukkit.entity.TropicalFish>
-
isSupertypeOf
- Specified by:
isSupertypeOfin classEntityData<org.bukkit.entity.TropicalFish>
-
getSuperType
Description copied from class:EntityDataReturns the super type of this entity data, e.g. 'wolf' for 'angry wolf'.- Specified by:
getSuperTypein classEntityData<org.bukkit.entity.TropicalFish>- Returns:
- The supertype of this entity data. Must not be null.
-