🤠
cedoscript
  • Introduction
  • Documentation
    • Packets
    • Setting Command
    • Java Imports
    • Examples
      • Creating a Pack
      • Custom Block Animation
      • Bhop
      • Setting Creation
      • Post Notification
      • Gradient Round Rectangle
      • Applying a gradient
      • Simulate a command
  • api
    • Events
    • Settings
    • Objects
      • EntityLivingBase
      • ItemStack
      • Player Abilities
      • Color
      • TimerUtil
      • Continual Animation
      • ShaderUtil
      • FrameBuffer
      • Rainbow
      • Drag
      • Pair
      • Module
  • Bindings
    • Client
    • Player
    • Packet
    • Action
    • Facing
    • Potion
    • Notification
    • Render
    • Stats
    • Font
    • User
    • World
Powered by GitBook
On this page
  • C0B Action
  • START_SNEAKING
  • STOP_SNEAKING
  • STOP_SLEEPING
  • START_SPRINTING
  • STOP_SPRINTING
  • RIDING_JUMP
  • OPEN_INVENTORY
  • C02 Action
  • INTERACT
  • ATTACK
  • INTERACT_AT
  • C07 Action
  • START_DESTROY_BLOCK
  • ABORT_DESTROY_BLOCK
  • DROP_ALL_ITEMS
  • DROP_ITEM
  • RELEASE_USE_ITEM
  • C16 Status
  • PERFORM_RESPAWN
  • REQUEST_STATS
  • OPEN_INVENTORY_ACHIEVEMENT

Was this helpful?

  1. Bindings

Action

This binding allows you to access some of the enums within packets

PreviousPacketNextFacing

Last updated 2 years ago

Was this helpful?

See for further information on how these are used

C0B Action

START_SNEAKING

action.START_SNEAKING

STOP_SNEAKING

action.STOP_SNEAKING

STOP_SLEEPING

action.STOP_SLEEPING

START_SPRINTING

action.START_SPRINTING

STOP_SPRINTING

action.STOP_SPRINTING

RIDING_JUMP

action.RIDING_JUMP

OPEN_INVENTORY

action.OPEN_INVENTORY

C02 Action

INTERACT

action.INTERACT

ATTACK

action.ATTACK

INTERACT_AT

action.INTERACT_AT

C07 Action

START_DESTROY_BLOCK

action.START_DESTROY_BLOCK

ABORT_DESTROY_BLOCK

action.ABORT_DESTROY_BLOCK

DROP_ALL_ITEMS

action.DROP_ALL_ITEMS

DROP_ITEM

action.DROP_ITEM

RELEASE_USE_ITEM

action.RELEASE_USE_ITEM

C16 Status

PERFORM_RESPAWN

action.PERFORM_RESPAWN

REQUEST_STATS

action.REQUEST_STATS

OPEN_INVENTORY_ACHIEVEMENT

action.OPEN_INVENTORY_ACHIEVEMENT
Packet Documentation