All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javajy.api.e.c Maven / Gradle / Ivy

The newest version!
package com.javajy.api.e;

public class c {
    public int W;
    public int X;
    private int Y = 15;
    private int Z = 0;
    private int aa = 1;

    public c(int var1) {
        this.aa = var1;
    }

    public c() {
    }

    public c b(int var1) {
        this.Z = var1;
        this.W = (this.aa - 1) * this.Y;
        this.X = this.W + this.Y;
        if (this.W >= var1) {
            this.W = -1;
        }

        if (this.X > var1) {
            this.X = var1;
        }

        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy