Uses of Class
net.minecraft.src.EnumMovingObjectType

Packages that use EnumMovingObjectType
net.minecraft.src   
net.minecraftforge.common   
 

Uses of EnumMovingObjectType in net.minecraft.src
 

Fields in net.minecraft.src declared as EnumMovingObjectType
 EnumMovingObjectType MovingObjectPosition.typeOfHit
          What type of ray trace hit was this? 0 = block, 1 = entity
 

Methods in net.minecraft.src that return EnumMovingObjectType
static EnumMovingObjectType EnumMovingObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumMovingObjectType[] EnumMovingObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumMovingObjectType in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return EnumMovingObjectType
static EnumMovingObjectType EnumHelper.addMovingObjectType(String name)