All fields can be private

This commit is contained in:
ossian winter 2018-10-02 13:58:17 -05:00
parent 2de9ffe98c
commit b8058871c8
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import net.minecraft.entity.MoverType;
*/
public class PlayerMoveEvent extends KamiEvent {
MoverType type;
double x, y, z;
private MoverType type;
private double x, y, z;
public PlayerMoveEvent(MoverType type, double x, double y, double z) {
this.type = type;