PlotSquared/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityBaseStats.java

13 lines
186 B
Java
Raw Normal View History

2020-04-11 02:19:18 +02:00
package com.plotsquared.bukkit.entity;
2015-02-09 17:21:59 +01:00
2016-04-06 06:17:30 +02:00
class EntityBaseStats {
EntityWrapper passenger;
float fall;
short fire;
int age;
2016-06-12 01:25:13 +02:00
double vZ;
double vY;
double vX;
2015-02-09 17:21:59 +01:00
}