Uses of Class
net.minecraft.src.Bone

Uses of Bone in net.minecraft.src
 

Methods in net.minecraft.src that return Bone
 Bone Bone.getRootParent()
          Gets the root parent bone.
 

Methods in net.minecraft.src with parameters of type Bone
 void TransformGroupBone.attachBone(Bone bone)
           
 void Bone.attachBone(Bone parent)
          Attaches the bone to a parent.
 void ModelRendererTurbo.setGroup(java.lang.String groupName, Bone bone, double weight)
          Sets the current transformation group.
 

Constructors in net.minecraft.src with parameters of type Bone
Bone(float x, float y, float z, float l, Bone parent)
          Constructor to create a bone.
TransformGroupBone(Bone bone, double wght)