Skip to content

Commit

Permalink
Rewrote dCuboid tags in new registerTag format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talamar1 committed Jul 24, 2015
1 parent 7ea071d commit d48f5f0
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 246 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -709,6 +709,7 @@ public void onEnable() {
ObjectFetcher.registerWithObjectFetcher(dColor.class); // co@
dColor.registerTags(); // TODO: Automate this once all classes have tag registries
ObjectFetcher.registerWithObjectFetcher(dCuboid.class); // cu@
dCuboid.registerTags(); // TODO: Automate this once all classes have tag registries
ObjectFetcher.registerWithObjectFetcher(dEllipsoid.class); // ellipsoid@
dEllipsoid.registerTags(); // TODO: Automate this once all classes have tag registries
ObjectFetcher.registerWithObjectFetcher(dEntity.class); // e@
Expand Down

0 comments on commit d48f5f0

Please sign in to comment.