public class ActiveRenderInfo
extends java.lang.Object
Constructor and Description |
---|
ActiveRenderInfo() |
Modifier and Type | Method and Description |
---|---|
static Block |
getBlockAtEntityViewpoint(World worldIn,
Entity p_180786_1_,
float p_180786_2_) |
static Vec3 |
getPosition() |
static float |
getRotationX() |
static float |
getRotationXY() |
static float |
getRotationXZ() |
static float |
getRotationYZ() |
static float |
getRotationZ() |
static Vec3 |
projectViewFromEntity(Entity p_178806_0_,
double p_178806_1_) |
static void |
updateRenderInfo(EntityPlayer entityplayerIn,
boolean p_74583_1_)
Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode
|
public static void updateRenderInfo(EntityPlayer entityplayerIn, boolean p_74583_1_)
public static Vec3 projectViewFromEntity(Entity p_178806_0_, double p_178806_1_)
public static Block getBlockAtEntityViewpoint(World worldIn, Entity p_180786_1_, float p_180786_2_)
public static Vec3 getPosition()
public static float getRotationX()
public static float getRotationXZ()
public static float getRotationZ()
public static float getRotationYZ()
public static float getRotationXY()