Package net.minecraft.src
Class ActiveRenderInfo
- java.lang.Object
-
- net.minecraft.src.ActiveRenderInfo
-
@Client public class ActiveRenderInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static float
objectX
static float
objectY
static float
objectZ
static float
rotationX
static float
rotationXY
static float
rotationXZ
static float
rotationYZ
static float
rotationZ
-
Constructor Summary
Constructors Constructor Description ActiveRenderInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getBlockIdAtEntityViewpoint(World var0, LivingEntity var1, float var2)
static Vec3D
projectViewFromEntity(LivingEntity var0, double var1)
static void
updateRenderInfo(LivingEntity var0, boolean var1)
-
-
-
Field Detail
-
objectX
public static float objectX
-
objectY
public static float objectY
-
objectZ
public static float objectZ
-
rotationX
public static float rotationX
-
rotationXZ
public static float rotationXZ
-
rotationZ
public static float rotationZ
-
rotationYZ
public static float rotationYZ
-
rotationXY
public static float rotationXY
-
-
Method Detail
-
updateRenderInfo
public static void updateRenderInfo(LivingEntity var0, boolean var1)
-
projectViewFromEntity
public static Vec3D projectViewFromEntity(LivingEntity var0, double var1)
-
getBlockIdAtEntityViewpoint
public static int getBlockIdAtEntityViewpoint(World var0, LivingEntity var1, float var2)
-
-