MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetID

Method GetID

src/pkgDm/Dm2Java.java:628–630  ·  view source on GitHub ↗

返回当前大漠对象的ID值,这个值对于每个对象是唯一存在的。可以用来判定两个大漠对象是否一致. @return 当前对象的ID值

()

Source from the content-addressed store, hash-verified

626 * @return 当前对象的ID值
627 */
628 public long GetID(){
629 return Dispatch.call(dm, "GetID").getLong();
630 }
631
632 /**
633 * 获取插件命令的最后错误

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getLongMethod · 0.45

Tested by

no test coverage detected