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 TypeMethodDescriptionorg.joml.Matrix4fModelInstance.getAttachmentMatrix(ModelAttachment attachment, org.joml.Matrix4f out) voidModelInstance.getAttachmentWorldPosition(ModelAttachment in_attachment, float in_yawAngle, Vector3 out_worldPosition, Vector3 out_worldDirectionUnnormalized) voidModelInstance.getAttachmentWorldPosition(ModelAttachment in_attachment, Vector3 out_worldPosition, Vector3 out_worldDirectionUnnormalized) static org.joml.Matrix4fModelInstanceRenderData.makeAttachmentTransform(ModelAttachment attachment, org.joml.Matrix4f attachmentXfrm) -
Uses of ModelAttachment in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type ModelAttachmentModifier and TypeFieldDescriptionModelScript.attachmentByIdfinal ArrayList<ModelAttachment> ModelScript.attachmentsfinal ArrayList<ModelAttachment> VehicleScript.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 attachment) voidVehicleScript.afterRenameAttachment(ModelAttachment attachment) voidIModelAttachmentOwner.beforeRenameAttachment(ModelAttachment arg0) voidModelScript.beforeRenameAttachment(ModelAttachment attachment) voidVehicleScript.beforeRenameAttachment(ModelAttachment attachment) ModelScript.removeAttachment(ModelAttachment attach) VehicleScript.removeAttachment(ModelAttachment attach)