mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
32 lines
971 B
C++
32 lines
971 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
namespace FoodConstants {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
MCAPI extern float const EXHAUSTION_ATTACK;
|
|
MCAPI extern float const EXHAUSTION_HEAL;
|
|
MCAPI extern float const EXHAUSTION_JUMP;
|
|
MCAPI extern float const EXHAUSTION_MINE;
|
|
MCAPI extern float const EXHAUSTION_SPRINT;
|
|
MCAPI extern float const EXHAUSTION_SPRINT_JUMP;
|
|
MCAPI extern float const EXHAUSTION_SWIM;
|
|
MCAPI extern float const EXHAUSTION_WALK;
|
|
MCAPI extern float const FOOD_SATURATION_NORMAL;
|
|
MCAPI extern float const FOOD_SATURATION_POOR;
|
|
MCAPI extern int const HEALTH_TICK_COUNT;
|
|
MCAPI extern int const HEAL_LEVEL;
|
|
MCAPI extern float const MAX_EXHAUSTION;
|
|
MCAPI extern int const MAX_FOOD;
|
|
MCAPI extern float const START_SATURATION;
|
|
MCAPI extern int const STARVE_LEVEL;
|
|
|
|
}; |