예제 #1
0
 public void superSetTextureOffset(String par1Str, int par2, int par3) {
   super.setTextureOffset(par1Str, par2, par3);
 }
예제 #2
0
 @Override
 protected void setTextureOffset(String par1Str, int par2, int par3) {
   // if (master != null) master.setTextureOffset(par1Str, par2, par3);
   super.setTextureOffset(par1Str, par2, par3);
 }