mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 05:57:15 +00:00
refactor: move Console_Awards_enum.h into minecraft
This commit is contained in:
parent
95efdb54dd
commit
5f7e4ab703
|
|
@ -5,7 +5,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "Achievement.h"
|
#include "Achievement.h"
|
||||||
#include "app/common/Console_Awards_enum.h"
|
#include "minecraft/stats/Console_Awards_enum.h"
|
||||||
#include "minecraft/world/item/BowItem.h"
|
#include "minecraft/world/item/BowItem.h"
|
||||||
#include "minecraft/world/item/Item.h"
|
#include "minecraft/world/item/Item.h"
|
||||||
#include "minecraft/world/item/PotionItem.h"
|
#include "minecraft/world/item/PotionItem.h"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "GenericStats.h"
|
#include "GenericStats.h"
|
||||||
#include "app/common/Console_Awards_enum.h"
|
#include "minecraft/stats/Console_Awards_enum.h"
|
||||||
#include "java/Class.h"
|
#include "java/Class.h"
|
||||||
|
|
||||||
class CommonStats : public GenericStats {
|
class CommonStats : public GenericStats {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "app/common/Console_Awards_enum.h"
|
#include "minecraft/stats/Console_Awards_enum.h"
|
||||||
#include "Stat.h"
|
#include "Stat.h"
|
||||||
#include "Stats.h"
|
#include "Stats.h"
|
||||||
#include "java/Class.h"
|
#include "java/Class.h"
|
||||||
|
|
@ -19,7 +19,7 @@ class Stat;
|
||||||
|
|
||||||
// #include "minecraft/world/damageSource/DamageSource.h"
|
// #include "minecraft/world/damageSource/DamageSource.h"
|
||||||
|
|
||||||
// #include "app/common/Console_Awards_enum.h"
|
// #include "minecraft/stats/Console_Awards_enum.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
4J-JEV:
|
4J-JEV:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue