Modifier and Type | Method and Description |
---|---|
void |
ItemRenderer.renderItem(ItemStack itemStackIn,
ItemCameraTransforms.TransformType transformTypeIn,
boolean leftHand,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn,
IBakedModel modelIn) |
void |
ItemRenderer.renderItem(ItemStack itemStackIn,
ItemCameraTransforms.TransformType transformTypeIn,
int combinedLightIn,
int combinedOverlayIn,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn) |
void |
ItemRenderer.renderItem(LivingEntity livingEntityIn,
ItemStack itemStackIn,
ItemCameraTransforms.TransformType transformTypeIn,
boolean leftHand,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
World worldIn,
int combinedLightIn,
int combinedOverlayIn) |
void |
FirstPersonRenderer.renderItemSide(LivingEntity livingEntityIn,
ItemStack itemStackIn,
ItemCameraTransforms.TransformType transformTypeIn,
boolean leftHand,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn) |
Modifier and Type | Method and Description |
---|---|
private void |
HeldItemLayer.func_229135_a_(LivingEntity p_229135_1_,
ItemStack p_229135_2_,
ItemCameraTransforms.TransformType p_229135_3_,
HandSide p_229135_4_,
MatrixStack p_229135_5_,
IRenderTypeBuffer p_229135_6_,
int p_229135_7_) |
Modifier and Type | Method and Description |
---|---|
static ItemCameraTransforms.TransformType |
ItemCameraTransforms.TransformType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemCameraTransforms.TransformType[] |
ItemCameraTransforms.TransformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemTransformVec3f |
ItemCameraTransforms.getTransform(ItemCameraTransforms.TransformType type)
Deprecated.
|
private ItemTransformVec3f |
BlockModel.getTransform(ItemCameraTransforms.TransformType type) |
boolean |
ItemCameraTransforms.hasCustomTransform(ItemCameraTransforms.TransformType type) |
Modifier and Type | Method and Description |
---|---|
static IBakedModel |
ForgeHooksClient.handleCameraTransforms(MatrixStack matrixStack,
IBakedModel model,
ItemCameraTransforms.TransformType cameraTransformType,
boolean leftHandHackery) |
static IBakedModel |
ForgeHooksClient.handlePerspective(IBakedModel model,
ItemCameraTransforms.TransformType type,
MatrixStack stack) |
Modifier and Type | Method and Description |
---|---|
default IBakedModel |
IForgeBakedModel.handlePerspective(ItemCameraTransforms.TransformType cameraTransformType,
MatrixStack mat) |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
MultiLayerModel.MultiLayerBakedModel.cameraTransforms |
private com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
PerspectiveMapWrapper.transforms |
protected com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
BakedItemModel.transforms |
protected com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
FluidModel.BakedFluid.transforms |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
PerspectiveMapWrapper.getTransforms(IModelTransform state) |
static com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
PerspectiveMapWrapper.getTransforms(ItemCameraTransforms transforms) |
static com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> |
PerspectiveMapWrapper.getTransformsWithFallback(IModelTransform state,
ItemCameraTransforms transforms) |
Modifier and Type | Method and Description |
---|---|
private static void |
ModelLoaderRegistry.deserializeTRSR(com.google.gson.JsonDeserializationContext context,
java.util.EnumMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
com.google.gson.JsonObject transform,
java.lang.String name,
ItemCameraTransforms.TransformType itemCameraTransform) |
static IBakedModel |
PerspectiveMapWrapper.handlePerspective(IBakedModel model,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
ItemCameraTransforms.TransformType cameraTransformType,
MatrixStack mat) |
private static boolean |
BakedItemModel.hasGuiIdentity(com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms) |
Constructor and Description |
---|
BakedFluid(TransformationMatrix transformation,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
ResourceLocation modelLocation,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
java.util.Optional<TextureAtlasSprite> overlay,
boolean gas,
boolean statePresent,
int[] cornerRound,
int flowRound,
boolean[] sideOverlays) |
BakedItemModel(com.google.common.collect.ImmutableList<BakedQuad> quads,
TextureAtlasSprite particle,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
ItemOverrideList overrides,
boolean untransformed,
boolean isSideLit) |
BakedModel(ModelBakery bakery,
IModelConfiguration owner,
DynamicBucketModel parent,
com.google.common.collect.ImmutableList<BakedQuad> quads,
TextureAtlasSprite particle,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
java.util.Map<java.lang.String,IBakedModel> cache,
boolean untransformed,
IModelTransform originalTransform,
boolean isSideLit) |
CachingBakedFluid(TransformationMatrix transformation,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
ResourceLocation modelLocation,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
java.util.Optional<TextureAtlasSprite> overlay,
boolean gas,
java.util.Optional<IModelData> stateOption) |
MultiLayerBakedModel(boolean ambientOcclusion,
boolean isGui3d,
boolean isSideLit,
TextureAtlasSprite particle,
ItemOverrideList overrides,
com.google.common.collect.ImmutableMap<RenderType,IBakedModel> models,
IBakedModel missing,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> cameraTransforms) |
PerspectiveMapWrapper(IBakedModel parent,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms) |
Modifier and Type | Method and Description |
---|---|
IBakedModel |
B3DLoader.BakedWrapper.handlePerspective(ItemCameraTransforms.TransformType cameraTransformType,
MatrixStack mat) |
Modifier and Type | Field and Description |
---|---|
ItemCameraTransforms.TransformType |
ModelBuilder.Perspective.vanillaType |
Constructor and Description |
---|
Perspective(ItemCameraTransforms.TransformType vanillaType,
java.lang.String name) |