Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Attributes | List of all members
cLootProbab Class Reference

Used to store loot probability tables. More...

#include <Item.h>

Collaboration diagram for cLootProbab:
Collaboration graph
[legend]

Public Attributes

cItem m_Item
 
int m_MaxAmount
 
int m_MinAmount
 
int m_Weight
 

Detailed Description

Used to store loot probability tables.

Definition at line 259 of file Item.h.

Member Data Documentation

◆ m_Item

cItem cLootProbab::m_Item

Definition at line 262 of file Item.h.

◆ m_MaxAmount

int cLootProbab::m_MaxAmount

Definition at line 264 of file Item.h.

◆ m_MinAmount

int cLootProbab::m_MinAmount

Definition at line 263 of file Item.h.

◆ m_Weight

int cLootProbab::m_Weight

Definition at line 265 of file Item.h.


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