From 14dcf5b2488c4429e50f76e6cef339cac2653430 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 11 Feb 2011 03:45:01 +0000 Subject: Some of the grabbing code. --- src/tesseract/objects/Physical.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/tesseract/objects/Physical.java') diff --git a/src/tesseract/objects/Physical.java b/src/tesseract/objects/Physical.java index abf8c0f..40d50ee 100644 --- a/src/tesseract/objects/Physical.java +++ b/src/tesseract/objects/Physical.java @@ -13,4 +13,11 @@ public interface Physical { * @return The position of the object in the world. */ Vector3f getPosition(); + + /** + * Set the object's position. + * + * @param position The new position. + */ + void setPosition(Vector3f position); } -- cgit v1.2.3