コード例 #1
0
ファイル: EntitySheep.java プロジェクト: BrilZliaN/MCUpd
 protected void entityInit() {
   super.entityInit();
   this.dataWatcher.addObject(16, new Byte((byte) 0));
 }
コード例 #2
0
ファイル: EntityPig.java プロジェクト: timatooth/Spoutcraft
 protected void entityInit() {
   super.entityInit();
   this.dataWatcher.addObject(16, Byte.valueOf((byte) 0));
 }