Package ch.njol.skript.entity
Class DroppedItemData
java.lang.Object
ch.njol.skript.entity.EntityData<org.bukkit.entity.Item>
ch.njol.skript.entity.DroppedItemData
- 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 booleandeserialize(String s)Deprecated.protected booleanequals_i(EntityData<?> obj)Returns the super type of this entity data, e.g.Class<? extends org.bukkit.entity.Item>getType()protected intprotected booleanprotected booleaninit(Literal<?>[] exprs, int matchedPattern, SkriptParser.ParseResult parseResult)booleanisSupertypeOf(EntityData<?> e)protected booleanmatch(org.bukkit.entity.Item entity)voidset(org.bukkit.entity.Item entity)toString(int flags)Methods inherited from class ch.njol.skript.entity.EntityData
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, 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
-
DroppedItemData
public DroppedItemData() -
DroppedItemData
-
-
Method Details
-
init
protected boolean init(Literal<?>[] exprs, int matchedPattern, SkriptParser.ParseResult parseResult)- Specified by:
initin classEntityData<org.bukkit.entity.Item>
-
init
protected boolean init(@Nullable Class<? extends org.bukkit.entity.Item> c, @Nullable org.bukkit.entity.Item e)- Specified by:
initin classEntityData<org.bukkit.entity.Item>- Parameters:
c- An entity's class, e.g. Playere- An actual entity, or null to get an entity data for an entity class- Returns:
- Whether initialisation was successful
-
match
protected boolean match(org.bukkit.entity.Item entity)- Specified by:
matchin classEntityData<org.bukkit.entity.Item>
-
set
public void set(org.bukkit.entity.Item entity)- Specified by:
setin classEntityData<org.bukkit.entity.Item>
-
isSupertypeOf
- Specified by:
isSupertypeOfin classEntityData<org.bukkit.entity.Item>
-
getType
- Specified by:
getTypein classEntityData<org.bukkit.entity.Item>
-
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.Item>- Returns:
- The supertype of this entity data. Must not be null.
-
toString
- Overrides:
toStringin classEntityData<org.bukkit.entity.Item>
-
deserialize
Deprecated.- Overrides:
deserializein classEntityData<org.bukkit.entity.Item>
-
equals_i
- Specified by:
equals_iin classEntityData<org.bukkit.entity.Item>
-
hashCode_i
protected int hashCode_i()- Specified by:
hashCode_iin classEntityData<org.bukkit.entity.Item>
-