public class ActiveRenderInfo
extends java.lang.Object
Constructor and Description |
---|
ActiveRenderInfo() |
Modifier and Type | Method and Description |
---|---|
static IBlockState |
getBlockStateAtEntityViewpoint(IBlockReader worldIn,
Entity entityIn,
float p_186703_2_) |
static Vec3d |
getCameraPosition()
Vector from render view entity position (corrected for partialTickTime) to the middle of screen
|
static IFluidState |
getFluidStateAtEntityViewpoint(IBlockReader p_206243_0_,
Entity p_206243_1_,
float p_206243_2_) |
static float |
getRotationX() |
static float |
getRotationXY() |
static float |
getRotationXZ() |
static float |
getRotationYZ() |
static float |
getRotationZ() |
static Vec3d |
projectViewFromEntity(Entity entityIn,
double p_178806_1_) |
static void |
updateRenderInfo(Entity p_197924_0_,
boolean p_197924_1_,
float p_197924_2_) |
static void |
updateRenderInfo(EntityPlayer p_197924_0_,
boolean p_197924_1_,
float p_197924_2_) |
public static void updateRenderInfo(EntityPlayer p_197924_0_, boolean p_197924_1_, float p_197924_2_)
public static void updateRenderInfo(Entity p_197924_0_, boolean p_197924_1_, float p_197924_2_)
public static Vec3d projectViewFromEntity(Entity entityIn, double p_178806_1_)
public static IBlockState getBlockStateAtEntityViewpoint(IBlockReader worldIn, Entity entityIn, float p_186703_2_)
public static IFluidState getFluidStateAtEntityViewpoint(IBlockReader p_206243_0_, Entity p_206243_1_, float p_206243_2_)
public static float getRotationX()
public static float getRotationXZ()
public static float getRotationZ()
public static float getRotationYZ()
public static float getRotationXY()
public static Vec3d getCameraPosition()