Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cItemHandler::FoodInfo Struct Reference

#include <ItemHandler.h>

Public Member Functions

constexpr FoodInfo (int a_FoodLevel, double a_Saturation)
 

Public Attributes

int FoodLevel
 
double Saturation
 

Detailed Description

Definition at line 96 of file ItemHandler.h.

Constructor & Destructor Documentation

◆ FoodInfo()

constexpr cItemHandler::FoodInfo::FoodInfo ( int  a_FoodLevel,
double  a_Saturation 
)
inlineconstexpr

Definition at line 101 of file ItemHandler.h.

Member Data Documentation

◆ FoodLevel

int cItemHandler::FoodInfo::FoodLevel

Definition at line 98 of file ItemHandler.h.

◆ Saturation

double cItemHandler::FoodInfo::Saturation

Definition at line 99 of file ItemHandler.h.


The documentation for this struct was generated from the following file: