1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35: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 {
UUID uuid;
double speed;
int id;
private UUID uuid;
private double speed;
private int id;
public JetBootsTask(Player p, double speed) {
this.uuid = p.getUniqueId();