1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Encapsulated variables

This commit is contained in:
sarhatabaot 2019-05-04 22:07:56 +03:00
parent 4e32c4981c
commit f6312a9bd9

View File

@ -15,9 +15,9 @@ import org.bukkit.util.Vector;
public class JetBootsTask implements Runnable { public class JetBootsTask implements Runnable {
UUID uuid; private UUID uuid;
double speed; private double speed;
int id; private int id;
public JetBootsTask(Player p, double speed) { public JetBootsTask(Player p, double speed) {
this.uuid = p.getUniqueId(); this.uuid = p.getUniqueId();