| Package | Description |
|---|---|
| org.cloudburstmc.server.event.player | |
| org.cloudburstmc.server.item.food | |
| org.cloudburstmc.server.player |
| Modifier and Type | Method and Description |
|---|---|
Food |
PlayerEatFoodEvent.getFood() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerEatFoodEvent.setFood(Food food) |
| Constructor and Description |
|---|
PlayerEatFoodEvent(Player player,
Food food) |
| Modifier and Type | Class and Description |
|---|---|
class |
FoodChorusFruit
Created by Leonidius20 on 20.08.18.
|
class |
FoodEffective
Created by Snake1999 on 2016/1/13.
|
class |
FoodHoney |
class |
FoodInBowl
Created by Snake1999 on 2016/1/14.
|
class |
FoodMilk
Created by Snake1999 on 2016/1/21.
|
class |
FoodNormal
Created by Snake1999 on 2016/1/13.
|
| Modifier and Type | Field and Description |
|---|---|
static Food |
Food.apple |
static Food |
Food.apple_golden |
static Food |
Food.apple_golden_enchanted |
static Food |
Food.beef_raw |
static Food |
Food.beetroot |
static Food |
Food.beetroot_soup |
static Food |
Food.bread |
static Food |
Food.cake_slice |
static Food |
Food.carrot |
static Food |
Food.carrot_golden |
static Food |
Food.chicken_cooked |
static Food |
Food.chicken_raw |
static Food |
Food.chorus_fruit |
static Food |
Food.clownfish |
static Food |
Food.cookie |
static Food |
Food.dried_kelp |
static Food |
Food.fish_cooked |
static Food |
Food.fish_raw |
static Food |
Food.honey |
static Food |
Food.melon_slice |
static Food |
Food.milk |
static Food |
Food.mushroom_stew |
static Food |
Food.mutton_cooked |
static Food |
Food.mutton_raw |
static Food |
Food.porkchop_cooked |
static Food |
Food.porkchop_raw |
static Food |
Food.potato_baked |
static Food |
Food.potato_poisonous |
static Food |
Food.potato_raw |
static Food |
Food.pufferfish |
static Food |
Food.pumpkin_pie |
static Food |
Food.rabbit_cooked |
static Food |
Food.rabbit_raw |
static Food |
Food.rabbit_stew |
static Food |
Food.rotten_flesh |
static Food |
Food.salmon_cooked |
static Food |
Food.salmon_raw |
static Food |
Food.spider_eye |
static Food |
Food.steak |
static Food |
Food.sweet_berries |
| Modifier and Type | Method and Description |
|---|---|
Food |
Food.addRelative(Identifier relativeID) |
Food |
Food.addRelative(Identifier relativeID,
int meta) |
static Food |
Food.getByRelative(BlockState blockState,
int level) |
static Food |
Food.getByRelative(Identifier relativeID,
int meta) |
static Food |
Food.getByRelative(Item item) |
static Food |
Food.registerFood(Food food,
PluginContainer plugin) |
Food |
Food.setRestoreFood(int restoreFood) |
Food |
Food.setRestoreSaturation(float restoreSaturation) |
| Modifier and Type | Method and Description |
|---|---|
static Food |
Food.registerFood(Food food,
PluginContainer plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerFood.addFoodLevel(Food food) |
Copyright © 2020. All rights reserved.