🤠
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
  • DOWN
  • UP
  • NORTH
  • SOUTH
  • WEST
  • EAST

Was this helpful?

  1. Bindings

Facing

This binding allows you to access IDs of EnumFacing values

PreviousActionNextPotion

Last updated 2 years ago

Was this helpful?

See for further information on how these are used

DOWN

facing.DOWN

UP

facing.UP

NORTH

facing.NORTH

SOUTH

facing.SOUTH

WEST

facing.WEST

EAST

facing.EAST
Packet Documentation