mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
95 lines
1.4 KiB
Java
95 lines
1.4 KiB
Java
package bM;
|
|
|
|
public class BmInterfaceDelta {
|
|
private int a = 0;
|
|
|
|
private int b = 0;
|
|
|
|
private float c = Float.NaN;
|
|
|
|
private float d = Float.NaN;
|
|
|
|
private float e = 0.0F;
|
|
|
|
private float f = Float.NaN;
|
|
|
|
private float g = Float.NaN;
|
|
|
|
private float h = Float.NaN;
|
|
|
|
private boolean i = false;
|
|
|
|
public int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public int b() {
|
|
return this.b;
|
|
}
|
|
|
|
public float c() {
|
|
return this.f;
|
|
}
|
|
|
|
public void a(float paramFloat) {
|
|
this.f = paramFloat;
|
|
}
|
|
|
|
public float d() {
|
|
return this.g;
|
|
}
|
|
|
|
public void b(float paramFloat) {
|
|
this.g = paramFloat;
|
|
}
|
|
|
|
public float e() {
|
|
return this.h;
|
|
}
|
|
|
|
public void c(float paramFloat) {
|
|
this.h = paramFloat;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.a = paramInt;
|
|
}
|
|
|
|
public void b(int paramInt) {
|
|
this.b = paramInt;
|
|
}
|
|
|
|
public void d(float paramFloat) {
|
|
this.e = paramFloat;
|
|
}
|
|
|
|
public float f() {
|
|
return this.c;
|
|
}
|
|
|
|
public void e(float paramFloat) {
|
|
this.c = paramFloat;
|
|
}
|
|
|
|
public float g() {
|
|
return this.d;
|
|
}
|
|
|
|
public void f(float paramFloat) {
|
|
this.d = paramFloat;
|
|
}
|
|
|
|
public boolean h() {
|
|
return this.i;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.i = paramBoolean;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bM/d.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |