mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-04 00:58:47 +01:00
Moved more packaged based on feedback
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.plotsquared.bukkit.entity;
|
||||
|
||||
class EntityBaseStats {
|
||||
|
||||
EntityWrapper passenger;
|
||||
float fall;
|
||||
short fire;
|
||||
int age;
|
||||
double vZ;
|
||||
double vY;
|
||||
double vX;
|
||||
}
|
||||
Reference in New Issue
Block a user