Modifier and Type | Class and Description |
---|---|
static class |
ItemCameraTransforms.TransformType |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TRSRTransformation> |
ModelRotation.apply(java.util.Optional<? extends IModelPart> part) |
java.util.Optional<TRSRTransformation> |
ItemTransformVec3f.apply(java.util.Optional<? extends IModelPart> part)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<TRSRTransformation> |
ForgeHooksClient.applyTransform(ItemTransformVec3f transform,
java.util.Optional<? extends IModelPart> part) |
static java.util.Optional<TRSRTransformation> |
ForgeHooksClient.applyTransform(javax.vecmath.Matrix4f matrix,
java.util.Optional<? extends IModelPart> part) |
static java.util.Optional<TRSRTransformation> |
ForgeHooksClient.applyTransform(ModelRotation rotation,
java.util.Optional<? extends IModelPart> part) |
Modifier and Type | Class and Description |
---|---|
static class |
MapModelState.Wrapper |
private static class |
MultiModelState.MultiModelPart |
private static class |
MultiModelState.PartPart |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> |
SimpleModelState.map |
private java.util.Optional<? extends IModelPart> |
MultiModelState.PartPart.part |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TRSRTransformation> |
ModelStateComposition.apply(java.util.Optional<? extends IModelPart> part) |
java.util.Optional<TRSRTransformation> |
MultiModelState.apply(java.util.Optional<? extends IModelPart> part) |
java.util.Optional<TRSRTransformation> |
MultiModelState.PartState.apply(java.util.Optional<? extends IModelPart> part) |
java.util.Optional<TRSRTransformation> |
SimpleModelState.apply(java.util.Optional<? extends IModelPart> part) |
java.util.Optional<TRSRTransformation> |
MapModelState.apply(java.util.Optional<? extends IModelPart> part) |
Constructor and Description |
---|
PartPart(IModel model,
int index,
java.util.Optional<? extends IModelPart> part) |
SimpleModelState(com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> map) |
SimpleModelState(com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> map,
java.util.Optional<TRSRTransformation> def) |
Modifier and Type | Class and Description |
---|---|
protected static class |
ModelBlockAnimation.MBJoint |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
B3DLoader.NodeJoint |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TRSRTransformation> |
B3DLoader.B3DState.apply(java.util.Optional<? extends IModelPart> part) |
Modifier and Type | Class and Description |
---|---|
static class |
OBJModel.Group
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TRSRTransformation> |
OBJModel.OBJState.apply(java.util.Optional<? extends IModelPart> part)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
HiddenModelPart |
Modifier and Type | Method and Description |
---|---|
static IModelPart |
Models.getHiddenModelPart(com.google.common.collect.ImmutableList<java.lang.String> path) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.UnmodifiableIterator<java.lang.String> |
Models.getParts(IModelPart part) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TRSRTransformation> |
TRSRTransformation.apply(java.util.Optional<? extends IModelPart> part) |
java.util.Optional<TRSRTransformation> |
IModelState.apply(java.util.Optional<? extends IModelPart> part) |
Modifier and Type | Interface and Description |
---|---|
interface |
IJoint
Model part that's a part of the hierarchical skeleton.
|