Class IsEntityDead
java.lang.Object
ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
ua.mcchickenstudio.opencreative.coding.blocks.conditions.Condition
ua.mcchickenstudio.opencreative.coding.blocks.conditions.entityconditions.EntityCondition
ua.mcchickenstudio.opencreative.coding.blocks.conditions.entityconditions.params.IsEntityDead
- All Implemented Interfaces:
CodingBlock
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckEntity(@NotNull org.bukkit.entity.Entity entity) @NotNull ActionTypeReturns type of action, that contains information about action: icon material, arguments list.Methods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.conditions.entityconditions.EntityCondition
check, getActionCategoryMethods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.conditions.Condition
execute, getActions, getElseActions, getEventValue, isOpposed, prepareAndExecuteMethods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
getArguments, getArgumentsList, getEntitiesByNameOrUUID, getEntity, getEntityByNameOrUUID, getEvent, getExecutor, getHandler, getPlanet, getPlayersByNameOrUUID, getTarget, getTargets, getWorld, getX, getY, getZ, setEntity, setEvent, setHandler, setVarValue
-
Constructor Details
-
IsEntityDead
-
-
Method Details
-
checkEntity
public boolean checkEntity(@NotNull @NotNull org.bukkit.entity.Entity entity) - Specified by:
checkEntityin classEntityCondition
-
getActionType
Description copied from class:ActionReturns type of action, that contains information about action: icon material, arguments list.- Specified by:
getActionTypein classAction- Returns:
- Type of action.
-