Package | Description |
---|---|
net.minecraft.entity.player | |
net.minecraftforge.common | |
net.minecraftforge.event.entity.player |
Modifier and Type | Method and Description |
---|---|
EnumStatus |
EntityPlayer.sleepInBedAt(int par1,
int par2,
int par3)
Attempts to have the player sleep in a bed at the specified location.
|
EnumStatus |
EntityPlayerMP.sleepInBedAt(int par1,
int par2,
int par3)
Attempts to have the player sleep in a bed at the specified location.
|
static EnumStatus |
EnumStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumStatus[] |
EnumStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumStatus |
EnumHelper.addStatus(String name) |
Modifier and Type | Field and Description |
---|---|
EnumStatus |
PlayerSleepInBedEvent.result |