Skip to content

Instantly share code, notes, and snippets.

@miketamis
Created November 12, 2012 20:17
Show Gist options
  • Save miketamis/4061618 to your computer and use it in GitHub Desktop.
Save miketamis/4061618 to your computer and use it in GitHub Desktop.
package org.test.testPlugin.material;
import org.spout.api.material.Material;
public class testItemMaterial extends Material {
public testItemMaterial(String name) {
super(name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment