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 classItemCameraTransforms.Deserializerstatic classItemCameraTransforms.TransformType
-
Field Summary
Fields Modifier and Type Field Description static ItemCameraTransformsDEFAULTstatic floatfield_181690_bstatic floatfield_181691_cstatic floatfield_181692_dstatic floatfield_181693_estatic floatfield_181694_fstatic floatfield_181695_gstatic floatfield_181696_hstatic floatfield_181697_istatic floatfield_181698_jItemTransformVec3ffirstPersonItemTransformVec3ffixedItemTransformVec3fgroundItemTransformVec3fguiItemTransformVec3fheadItemTransformVec3fthirdPerson
-
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 voidapplyTransform(ItemCameraTransforms.TransformType parTransformType)booleanfunc_181687_c(ItemCameraTransforms.TransformType parTransformType)ItemTransformVec3fgetTransform(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)
-
-