Uses of Class
ua.mcchickenstudio.opencreative.coding.blocks.actions.ActionsHandler
Packages that use ActionsHandler
Package
Description
-
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.arguments
Methods in ua.mcchickenstudio.opencreative.coding.arguments with parameters of type ActionsHandlerModifier and TypeMethodDescriptionstatic @NotNull StringArgument.parseEntity(String text, ActionsHandler handler, Action action) Replaces placeholders in text with values. -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.blocks.actions
Fields in ua.mcchickenstudio.opencreative.coding.blocks.actions declared as ActionsHandlerMethods in ua.mcchickenstudio.opencreative.coding.blocks.actions that return ActionsHandlerModifier and TypeMethodDescription@Nullable ActionsHandlerActionsHandler.getFirstActionsHandler(@NotNull ActionCategory category) Returns first parent action handler with specified category of action.Action.getHandler()Returns current ActionsHandler in action.@NotNull ActionsHandlerActionsHandler.getMainActionHandler()Returns the main actions handler (executor thread).@Nullable ActionsHandlerActionsHandler.getParentActionHandler()Returns parent actions handler, if exists.Methods in ua.mcchickenstudio.opencreative.coding.blocks.actions with parameters of type ActionsHandlerModifier and TypeMethodDescriptionvoidAction.prepareAndExecute(@NotNull ActionsHandler handler) Prepares action for executing, sets handler and event, and executes action with target.final voidMultiAction.prepareAndExecute(@NotNull ActionsHandler handler) voidAction.setHandler(ActionsHandler handler) Sets new ActionsHandler. -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.blocks.conditions
Methods in ua.mcchickenstudio.opencreative.coding.blocks.conditions with parameters of type ActionsHandlerModifier and TypeMethodDescriptionfinal voidCondition.prepareAndExecute(@NotNull ActionsHandler handler) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.blocks.executors
Methods in ua.mcchickenstudio.opencreative.coding.blocks.executors that return ActionsHandler -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.placeholders
Methods in ua.mcchickenstudio.opencreative.coding.placeholders with parameters of type ActionsHandlerModifier and TypeMethodDescription@NotNull StringKeyPlaceholder.parse(String text, ActionsHandler handler, Action action) @NotNull StringKeyValuePlaceholder.parse(String text, ActionsHandler handler, Action action) abstract @NotNull StringPlaceholder.parse(String text, ActionsHandler handler, Action action) Returns text with parsed placeholders from this class.@Nullable StringEntityPlaceholder.parseKey(String key, ActionsHandler handler, Action action) @Nullable StringEventPlaceholder.parseKey(String key, ActionsHandler handler, Action action) abstract @Nullable StringKeyPlaceholder.parseKey(String key, ActionsHandler handler, Action action) Parses placeholder key, without %.@Nullable StringPlanetPlaceholder.parseKey(String key, ActionsHandler handler, Action action) @Nullable StringPlayerPlaceholder.parseKey(String key, ActionsHandler handler, Action action) @Nullable StringRandomPlaceholder.parseKey(String key, ActionsHandler handler, Action action) @Nullable StringSymbolPlaceholder.parseKey(String key, ActionsHandler handler, Action action) @Nullable StringTargetPlaceholder.parseKey(String key, ActionsHandler handler, Action action) abstract @Nullable StringKeyValuePlaceholder.parseKeyValue(String key, String value, ActionsHandler handler, Action action) @Nullable StringListPlaceholder.parseKeyValue(String key, String value, ActionsHandler handler, Action action) @Nullable StringVarPlaceholder.parseKeyValue(String type, String name, ActionsHandler handler, Action action) @NotNull StringPlaceholders.parsePlaceholders(String text, ActionsHandler handler, Action action) Returns text with parsed placeholders. -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values
Methods in ua.mcchickenstudio.opencreative.coding.values with parameters of type ActionsHandlerModifier and TypeMethodDescriptionabstract @Nullable BooleanBooleanEventValue.getBoolean(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a boolean that can be got from player, event, action, or null.abstract @Nullable org.bukkit.inventory.ItemStackItemEventValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns an item stack that can be got from player, event, action, or null.ListEventValue.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a list that can be got from player, event, action, or null.abstract @Nullable org.bukkit.LocationLocationEventValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a location that can be got from player, event, action, or null.abstract @Nullable NumberNumberEventValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a number that can be got from player, event, action, or null.abstract @Nullable StringTextEventValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a string that can be got from player, event, action, or null.final @Nullable ObjectBooleanEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) abstract @Nullable ObjectEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a value that will be set instead of event value name tag item.@Nullable ObjectEventValues.getValue(@NotNull Class<? extends EventValue> clazz, @NotNull ActionsHandler handler, @NotNull Action action, @NotNull org.bukkit.entity.Entity entity) Returns replaced value of event value if it exists, otherwise it will return null.@Nullable ObjectEventValues.getValue(@NotNull String id, @NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns replaced value of event value if it exists, otherwise it will return null.final @Nullable ObjectItemEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) final @Nullable ObjectListEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) final @Nullable ObjectLocationEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) final @Nullable ObjectNumberEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) final @Nullable ObjectTextEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) final @Nullable ObjectVectorEventValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) abstract @Nullable org.bukkit.util.VectorVectorEventValue.getVector(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) Returns a vector that can be got from player, event, action, or null. -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.attributes
Methods in ua.mcchickenstudio.opencreative.coding.values.attributes with parameters of type ActionsHandlerModifier and TypeMethodDescription@Nullable NumberArmorPointsValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberArmorToughnessValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberAttackDamageValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberAttackKnockbackValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberAttackSpeedValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberBurningTimeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityGravityValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityScaleValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityStepHeightValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberExplosionKnockbackResistanceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberKnockbackResistanceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.entity
Methods in ua.mcchickenstudio.opencreative.coding.values.entity with parameters of type ActionsHandlerModifier and TypeMethodDescription@Nullable org.bukkit.inventory.ItemStackEntityItemValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) PassengersValue.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationBlockAboveValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationBlockBeneathValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationEntityLocationValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityAgeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityFallDistanceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityFireTicksValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityFreezeTicksValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityFuseTicksValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityHeightValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityLocationPitchValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityLocationXValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityLocationYawValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityLocationYValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityLocationZValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityTicksLivedValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityWidthXValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberEntityWidthZValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityFacingValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityLastDamageCauseValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityNameValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityPoseValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntitySpawnReasonValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityTargetValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityTypeValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityUUIDValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringEntityVehicleValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringProjectileOwnerValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.util.VectorEntityLocationDirectionValue.getVector(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.util.VectorEntityVelocityValue.getVector(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.events
Methods in ua.mcchickenstudio.opencreative.coding.values.events with parameters of type ActionsHandlerModifier and TypeMethodDescription@Nullable BooleanIsChunkNewValue.getBoolean(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable BooleanPurchaseSaveValue.getBoolean(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackCursorItemValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackEventItemValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackEventNewItemValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationBedEventValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationBlockLocationValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberClickedSlotValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberDamageValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberFoodLevelValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberNewSlotValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberOldSlotValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPurchasePriceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberWebResponseCodeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringBedEnterResultValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringBlockInteractionTypeValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringBlockMaterialValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringChatMessageValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringClickTypeValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringDamageCauseValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringFishingStateValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringPurchaseIdValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringPurchaseNameValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringTransferVariableValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringWebResponseValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringWebUrlValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable ObjectTransferKeyValue.getValue(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.human
Methods in ua.mcchickenstudio.opencreative.coding.values.human with parameters of type ActionsHandlerModifier and TypeMethodDescription@Nullable org.bukkit.inventory.ItemStackHumanBootsValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackHumanChestplateValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackHumanHelmetValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackHumanItemInMainHandValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackHumanItemInOffHandValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackHumanLeggingsValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationHumanLastDeathLocationValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberHumanHungerValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringHumanGameModeValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.living
Methods in ua.mcchickenstudio.opencreative.coding.values.living with parameters of type ActionsHandlerModifier and TypeMethodDescription@Nullable BooleanLivingCanPickupItemValue.getBoolean(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.inventory.ItemStackSaddleItemValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) HolderInventoryValue.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) LivingPotionsValue.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationEyeLocationValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationTargetBlockValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationTargetFluidValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberAbsorptionAmountValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingArrowsInBodyValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingBeeStingerCooldownValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingBodyYawValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingHealthValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingLastDamageValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingMaxHealthValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingMaximumAirValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingMaxNoDamageTicksValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingNoDamageTicksValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingRemainingAirValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberLivingShieldBlockingDelayValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberMerchantTradesCountValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringLivingLeashHolderValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringTargetEntityValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.player
Methods in ua.mcchickenstudio.opencreative.coding.values.player with parameters of type ActionsHandlerModifier and TypeMethodDescriptionHotBarItemsValue.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) MenuItemsValue.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable org.bukkit.LocationPlayerCompassTargetValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerClientViewDistanceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerExperienceLevelValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerExperienceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerFlightSpeedValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerPingValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerTotalExperienceValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable NumberPlayerWalkSpeedValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringClientBrandValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringLocaleCountryValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringLocaleDisplayCountryValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringLocaleDisplayLanguageValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringLocaleLanguageValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringPlayerChatVisibilityValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringPlayerMainHandValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.values.world
Methods in ua.mcchickenstudio.opencreative.coding.values.world with parameters of type ActionsHandlerModifier and TypeMethodDescription@NotNull org.bukkit.inventory.ItemStackWorldIconValue.getItem(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) WorldTargetsName.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) WorldTargetsUUID.getList(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull org.bukkit.LocationWorldSpawnValue.getLocation(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberClearWeatherDurationValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberServerTicksPerSecondValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberThunderWeatherDurationValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberUnixTimeHoursValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberUnixTimeMinutesValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberUnixTimeSecondsValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberUnixTimeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldBlockEditsAmountValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldBlockEditsLimitValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldEntitiesAmountLimitValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldEntitiesAmountValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldGameTimeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldIdValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldLastRedstoneOperationsValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldOnlineValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldRatingValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldRedstoneOperationsLimitValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldSizeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldTargetsCount.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldTimeValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldVariablesAmountLimitValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull NumberWorldVariablesAmountValue.getNumber(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringWorldCustomIdValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringWorldDescriptionValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @NotNull StringWorldMoonPhaseValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) @Nullable StringWorldNameValue.getText(@NotNull ActionsHandler handler, @NotNull Action action, @Nullable org.bukkit.entity.Entity entity) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.coding.variables
Methods in ua.mcchickenstudio.opencreative.coding.variables that return ActionsHandlerModifier and TypeMethodDescription@Nullable ActionsHandlerWorldVariable.getHandler()Returns actions handler associated with variable.Methods in ua.mcchickenstudio.opencreative.coding.variables with parameters of type ActionsHandlerModifier and TypeMethodDescriptionvoidWorldVariables.garbageCollector(ActionsHandler actionsHandler) Clears local variables with action handler type.@Nullable WorldVariableWorldVariables.getVariable(@NotNull String name, VariableLink.VariableType type, @Nullable ActionsHandler handler) Returns instance of world variable by name, type and actions handler.voidWorldVariables.setVariableValue(VariableLink link, ValueType type, Object value, ActionsHandler handler, Action action) Sets variable value to new specified one.Constructors in ua.mcchickenstudio.opencreative.coding.variables with parameters of type ActionsHandlerModifierConstructorDescriptionWorldVariable(@NotNull String name, VariableLink.VariableType varType, @NotNull ValueType type, @Nullable Object value, @Nullable ActionsHandler handler) Creates instance of variable, that has name, value, type, value type and actions handler. -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.indev.blocks
Methods in ua.mcchickenstudio.opencreative.indev.blocks with parameters of type ActionsHandlerModifier and TypeMethodDescriptionabstract voidWrappedActionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.indev.blocks.actions
Methods in ua.mcchickenstudio.opencreative.indev.blocks.actions with parameters of type ActionsHandlerModifier and TypeMethodDescriptionabstract voidActionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments) voidWrappedAction.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.indev.blocks.actions.player
Methods in ua.mcchickenstudio.opencreative.indev.blocks.actions.player with parameters of type ActionsHandlerModifier and TypeMethodDescriptionabstract voidPlayerActionBlock.execute(@NotNull org.bukkit.entity.Player player, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments) final voidPlayerActionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments) voidPlayerChatAction.execute(@NotNull org.bukkit.entity.Player player, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.indev.blocks.conditions
Methods in ua.mcchickenstudio.opencreative.indev.blocks.conditions with parameters of type ActionsHandlerModifier and TypeMethodDescriptionabstract booleanConditionBlock.check(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments) voidConditionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments, @NotNull List<ActionBlock> actions, @NotNull List<ActionBlock> reactions, boolean isOpposed) voidWrappedCondition.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler) -
Uses of ActionsHandler in ua.mcchickenstudio.opencreative.indev.blocks.multiactions
Methods in ua.mcchickenstudio.opencreative.indev.blocks.multiactions with parameters of type ActionsHandlerModifier and TypeMethodDescriptionabstract voidMultiActionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments, @NotNull List<ActionBlock> actions) voidWrappedMultiAction.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler)