refactor: organize stuff in data package

This commit is contained in:
ChomeNS
2025-02-19 16:15:05 +07:00
parent b534c57f0f
commit d44a29528c
51 changed files with 59 additions and 62 deletions

View File

@@ -1,8 +1,8 @@
package me.chayapak1.chomens_bot.plugins;
import me.chayapak1.chomens_bot.Bot;
import me.chayapak1.chomens_bot.data.PlayerEntry;
import me.chayapak1.chomens_bot.data.Rotation;
import me.chayapak1.chomens_bot.data.player.PlayerEntry;
import me.chayapak1.chomens_bot.data.entity.Rotation;
import me.chayapak1.chomens_bot.util.MathUtilities;
import org.cloudburstmc.math.vector.Vector3d;
import org.cloudburstmc.math.vector.Vector3f;