Skip to content

Latest commit

 

History

History
102 lines (102 loc) · 4.51 KB

cn.nukkit.level.MovingObjectPosition.md

File metadata and controls

102 lines (102 loc) · 4.51 KB
  • 成员变量一览

    成员变量 
    修饰符和类 成员变量描述
    int blockX 
    int blockY 
    int blockZ 
    Entity entityHit 
    Vector3 hitVector 
    int sideHit
    Which side was hit.
    int typeOfHit
    0 = block, 1 = entity
  • 构造函数一览

    构造函数 
    构造函数描述
    MovingObjectPosition() 
  • 成员函数一览

    All Methods Static Methods Concrete Methods 
    修饰符和类 成员函数描述
    static MovingObjectPosition fromBlock(int x, int y, int z, int side, Vector3 hitVector) 
    static MovingObjectPosition fromEntity(Entity entity) 
    • 继承自类 java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait