Skip to content

Latest commit

 

History

History
96 lines (96 loc) · 4.18 KB

cn.nukkit.entity.data.Vector3fEntityData.md

File metadata and controls

96 lines (96 loc) · 4.18 KB
  • 成员变量一览

    成员变量 
    修饰符和类 成员变量描述
    float x 
    float y 
    float z 
  • 构造函数一览

    构造函数 
    构造函数描述
    Vector3fEntityData(int id, float x, float y, float z) 
    Vector3fEntityData(int id, Vector3f pos) 
  • 成员函数一览

    All Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    Vector3f getData() 
    int getType() 
    void setData(Vector3f data) 
    • 继承自类 cn.nukkit.entity.data.EntityData

      equals, getId, setId
    • 继承自类 java.lang.Object

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