JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
games.stendhal.server.entity.item.Dice
Packages that use
Dice
Package
Description
games.stendhal.server.entity.item
games.stendhal.server.entity.npc
Uses of
Dice
in
games.stendhal.server.entity.item
Constructors in
games.stendhal.server.entity.item
with parameters of type
Dice
Modifier
Constructor
Description
Dice
(
Dice
item)
copy constructor.
Uses of
Dice
in
games.stendhal.server.entity.npc
Methods in
games.stendhal.server.entity.npc
with parameters of type
Dice
Modifier and Type
Method
Description
void
CroupierNPC.
onThrown
(
Dice
dice,
Player
player)