Package | Description |
---|---|
net.minecraftforge.client.model.b3d |
Modifier and Type | Interface and Description |
---|---|
static interface |
B3DModel.IKind<K extends B3DModel.IKind<K>> |
static class |
B3DModel.Node<K extends B3DModel.IKind<K>> |
Modifier and Type | Class and Description |
---|---|
static class |
B3DModel.Bone |
static class |
B3DModel.Mesh |
static class |
B3DModel.Pivot |
Modifier and Type | Field and Description |
---|---|
private K |
B3DModel.Node.kind |
Modifier and Type | Field and Description |
---|---|
private B3DModel.Node<? extends B3DModel.IKind<?>> |
B3DModel.Node.parent |
Modifier and Type | Method and Description |
---|---|
static <K extends B3DModel.IKind<K>> |
B3DModel.Node.create(java.lang.String name,
javax.vecmath.Vector3f pos,
javax.vecmath.Vector3f scale,
javax.vecmath.Quat4f rot,
java.util.List<B3DModel.Node<?>> nodes,
K kind) |
Modifier and Type | Method and Description |
---|---|
B3DModel.Node<? extends B3DModel.IKind<?>> |
B3DModel.Node.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
B3DModel.Node.setParent(B3DModel.Node<? extends B3DModel.IKind<?>> parent) |