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 floatobjectXstatic floatobjectYstatic floatobjectZstatic floatrotationXstatic floatrotationXYstatic floatrotationXZstatic floatrotationYZstatic floatrotationZ
-
Constructor Summary
Constructors Constructor Description ActiveRenderInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetBlockIdAtEntityViewpoint(World var0, LivingEntity var1, float var2)static Vec3DprojectViewFromEntity(LivingEntity var0, double var1)static voidupdateRenderInfo(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)
-
-