Package | Description |
---|---|
net.minecraft.util | |
net.minecraftforge.common |
Modifier and Type | Field and Description |
---|---|
EnumMovingObjectType |
MovingObjectPosition.typeOfHit
What type of ray trace hit was this? 0 = block, 1 = entity
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static EnumMovingObjectType |
EnumHelper.addMovingObjectType(String name) |