Uses of Class
net.minecraft.entity.player.EnumStatus

Packages that use EnumStatus
net.minecraft.entity.player   
net.minecraftforge.common   
net.minecraftforge.event.entity.player   
 

Uses of EnumStatus in net.minecraft.entity.player
 

Methods in net.minecraft.entity.player that return EnumStatus
 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.
 

Uses of EnumStatus in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return EnumStatus
static EnumStatus EnumHelper.addStatus(String name)
           
 

Uses of EnumStatus in net.minecraftforge.event.entity.player
 

Fields in net.minecraftforge.event.entity.player declared as EnumStatus
 EnumStatus PlayerSleepInBedEvent.result