Uses of Class
zombie.scripting.objects.ModelAttachment
Packages that use ModelAttachment
-
Uses of ModelAttachment in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model that return ModelAttachmentModifier and TypeMethodDescriptionModelInstance.getAttachment(int index) ModelInstance.getAttachmentById(String id) Methods in zombie.core.skinnedmodel.model with parameters of type ModelAttachmentModifier and TypeMethodDescriptionModelInstance.getAttachmentMatrix(ModelAttachment attachment, Matrix4f out) voidModelInstance.getAttachmentWorldPosition(ModelAttachment modelAttachment, float float0, Vector3 vector0, Vector3 vector1) voidModelInstance.getAttachmentWorldPosition(ModelAttachment modelAttachment, Vector3 vector0, Vector3 vector1) static Matrix4fModelInstanceRenderData.makeAttachmentTransform(ModelAttachment attachment, Matrix4f attachmentXfrm) -
Uses of ModelAttachment in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type ModelAttachmentModifier and TypeFieldDescriptionModelScript.m_attachmentByIdfinal ArrayList<ModelAttachment> ModelScript.m_attachmentsfinal ArrayList<ModelAttachment> VehicleScript.m_attachmentsMethods in zombie.scripting.objects that return ModelAttachmentModifier and TypeMethodDescriptionModelScript.addAttachment(ModelAttachment attach) VehicleScript.addAttachment(ModelAttachment attach) ModelScript.addAttachmentAt(int index, ModelAttachment attach) VehicleScript.addAttachmentAt(int index, ModelAttachment attach) ModelScript.getAttachment(int index) VehicleScript.getAttachment(int index) ModelScript.getAttachmentById(String id) VehicleScript.getAttachmentById(String id) ModelScript.removeAttachment(int index) ModelScript.removeAttachment(ModelAttachment attach) VehicleScript.removeAttachment(int index) VehicleScript.removeAttachment(ModelAttachment attach) Methods in zombie.scripting.objects with parameters of type ModelAttachmentModifier and TypeMethodDescriptionModelScript.addAttachment(ModelAttachment attach) VehicleScript.addAttachment(ModelAttachment attach) ModelScript.addAttachmentAt(int index, ModelAttachment attach) VehicleScript.addAttachmentAt(int index, ModelAttachment attach) voidIModelAttachmentOwner.afterRenameAttachment(ModelAttachment arg0) voidModelScript.afterRenameAttachment(ModelAttachment modelAttachment) voidVehicleScript.afterRenameAttachment(ModelAttachment var1) voidIModelAttachmentOwner.beforeRenameAttachment(ModelAttachment arg0) voidModelScript.beforeRenameAttachment(ModelAttachment modelAttachment) voidVehicleScript.beforeRenameAttachment(ModelAttachment var1) ModelScript.removeAttachment(ModelAttachment attach) VehicleScript.removeAttachment(ModelAttachment attach)