예제 #1
0
 public String callEntityType() {
   return EntityList.getEntityString(this.field_85155_a)
       + " ("
       + this.field_85155_a.getClass().getCanonicalName()
       + ")";
 }
예제 #2
0
 /** Returns the string that identifies this Entity's class */
 protected final String getEntityString() {
   return EntityList.getEntityString(this);
 }