DEADSOFTWARE

Fix code style
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / objects / Item.java
index bc2ed8f48814f8526f45833b14061811d76ad389..8c1388116b351913dd36323a9914d50e16f4b4ac 100644 (file)
@@ -21,12 +21,15 @@ public class Item {
     public int getTexture() {
         return texture;
     }
+
     public int getType() {
         return type;
     }
+
     public int getBlock() {
         return block;
     }
+
     public String getName() {
         return name;
     }