Class ItemCameraTransforms
- java.lang.Object
-
- net.minecraft.client.renderer.block.model.ItemCameraTransforms
-
public class ItemCameraTransforms extends java.lang.Object
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemCameraTransforms.Deserializer
static class
ItemCameraTransforms.TransformType
-
Field Summary
Fields Modifier and Type Field Description static ItemCameraTransforms
DEFAULT
static float
field_181690_b
static float
field_181691_c
static float
field_181692_d
static float
field_181693_e
static float
field_181694_f
static float
field_181695_g
static float
field_181696_h
static float
field_181697_i
static float
field_181698_j
ItemTransformVec3f
firstPerson
ItemTransformVec3f
fixed
ItemTransformVec3f
ground
ItemTransformVec3f
gui
ItemTransformVec3f
head
ItemTransformVec3f
thirdPerson
-
Constructor Summary
Constructors Constructor Description ItemCameraTransforms(ItemCameraTransforms parItemCameraTransforms)
ItemCameraTransforms(ItemTransformVec3f parItemTransformVec3f, ItemTransformVec3f parItemTransformVec3f_2, ItemTransformVec3f parItemTransformVec3f_3, ItemTransformVec3f parItemTransformVec3f_4, ItemTransformVec3f parItemTransformVec3f_5, ItemTransformVec3f parItemTransformVec3f_6)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTransform(ItemCameraTransforms.TransformType parTransformType)
boolean
func_181687_c(ItemCameraTransforms.TransformType parTransformType)
ItemTransformVec3f
getTransform(ItemCameraTransforms.TransformType parTransformType)
-
-
-
Field Detail
-
DEFAULT
public static final ItemCameraTransforms DEFAULT
-
field_181690_b
public static float field_181690_b
-
field_181691_c
public static float field_181691_c
-
field_181692_d
public static float field_181692_d
-
field_181693_e
public static float field_181693_e
-
field_181694_f
public static float field_181694_f
-
field_181695_g
public static float field_181695_g
-
field_181696_h
public static float field_181696_h
-
field_181697_i
public static float field_181697_i
-
field_181698_j
public static float field_181698_j
-
thirdPerson
public final ItemTransformVec3f thirdPerson
-
firstPerson
public final ItemTransformVec3f firstPerson
-
head
public final ItemTransformVec3f head
-
gui
public final ItemTransformVec3f gui
-
ground
public final ItemTransformVec3f ground
-
fixed
public final ItemTransformVec3f fixed
-
-
Constructor Detail
-
ItemCameraTransforms
public ItemCameraTransforms(ItemCameraTransforms parItemCameraTransforms)
-
ItemCameraTransforms
public ItemCameraTransforms(ItemTransformVec3f parItemTransformVec3f, ItemTransformVec3f parItemTransformVec3f_2, ItemTransformVec3f parItemTransformVec3f_3, ItemTransformVec3f parItemTransformVec3f_4, ItemTransformVec3f parItemTransformVec3f_5, ItemTransformVec3f parItemTransformVec3f_6)
-
-
Method Detail
-
applyTransform
public void applyTransform(ItemCameraTransforms.TransformType parTransformType)
-
getTransform
public ItemTransformVec3f getTransform(ItemCameraTransforms.TransformType parTransformType)
-
func_181687_c
public boolean func_181687_c(ItemCameraTransforms.TransformType parTransformType)
-
-