public void func_73273_a(DataOutputStream p_73273_1_) throws IOException {
   super.func_73273_a(p_73273_1_);
   p_73273_1_.writeByte(field_73551_e);
   p_73273_1_.writeByte(field_73548_f);
 }
 public void func_73267_a(DataInputStream p_73267_1_) throws IOException {
   super.func_73267_a(p_73267_1_);
   field_73551_e = p_73267_1_.readByte();
   field_73548_f = p_73267_1_.readByte();
 }