Class PlayerExecutor
java.lang.Object
ua.mcchickenstudio.opencreative.coding.blocks.executors.Executor
ua.mcchickenstudio.opencreative.coding.blocks.executors.player.PlayerExecutor
- All Implemented Interfaces:
CodingBlock,DisplayableIcon,EventAwaiter,ExtensionContent
- Direct Known Subclasses:
MobDamagePlayerExecutor,PlayerAdvertisedExecutor,PlayerAirChangedExecutor,PlayerBedEnterExecutor,PlayerBedLeaveExecutor,PlayerBlockInteractExecutor,PlayerBucketEmptyExecutor,PlayerBucketEntityExecutor,PlayerBucketFillExecutor,PlayerChangedArmorExecutor,PlayerChangedSignExecutor,PlayerChangeSlotExecutor,PlayerChatExecutor,PlayerChunkLoadExecutor,PlayerChunkUnloadExecutor,PlayerClickInventoryExecutor,PlayerCloseInventoryExecutor,PlayerDamageMobExecutor,PlayerDamagePlayerExecutor,PlayerDeathExecutor,PlayerDestroyBlockExecutor,PlayerDestroyingBlockExecutor,PlayerDragItemExecutor,PlayerDropItemExecutor,PlayerEnteredVehicleExecutor,PlayerFishingExecutor,PlayerFlyingExecutor,PlayerGetDamagedExecutor,PlayerHungerChangeExecutor,PlayerInteractExecutor,PlayerItemBreakExecutor,PlayerItemConsumeExecutor,PlayerItemCraftExecutor,PlayerItemDamageExecutor,PlayerJoinExecutor,PlayerJumpExecutor,PlayerKilledMobExecutor,PlayerKilledPlayerExecutor,PlayerLeftClickExecutor,PlayerLikedExecutor,PlayerMobInteractExecutor,PlayerOpenInventoryExecutor,PlayerPickupItemExecutor,PlayerPlaceBlockExecutor,PlayerPlayExecutor,PlayerPurchaseExecutor,PlayerQuitExecutor,PlayerRespawnExecutor,PlayerRightClickExecutor,PlayerRunningExecutor,PlayerSneakingExecutor,PlayerSpectatingExecutor,PlayerStopFlyingExecutor,PlayerStopRunningExecutor,PlayerStopSneakingExecutor,PlayerStopSpectatingExecutor,PlayerSwapHandExecutor,PlayerTeleportExecutor,PlayerTotemRespawnExecutor,PlayerVehicleExitExecutor,PlayerWalkExecutor,PlayerWriteBookExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerExecutor(@NotNull String id) PlayerExecutor(@NotNull String id, boolean ignored) -
Method Summary
Methods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.executors.Executor
decreaseCall, equals, executeActions, getActions, getBlockCategory, getEvent, getHandler, getID, getLastCalls, getLocaleName, getPlanet, getX, getY, getZ, hashCode, increaseCall, init, isDebug, isDisabled, run, setActions, setDebug, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ua.mcchickenstudio.opencreative.coding.blocks.DisplayableIcon
getCategory, getDisplayIconMethods inherited from interface ua.mcchickenstudio.opencreative.coding.blocks.executors.EventAwaiter
getEventClass, isCancellableMethods inherited from interface ua.mcchickenstudio.opencreative.coding.ExtensionContent
getDescription, getExtensionId, getName
-
Constructor Details
-
PlayerExecutor
-
PlayerExecutor
-