Skip to content

Commit

Permalink
Some meta work
Browse files Browse the repository at this point in the history
Just cleaning some meta for you.
  • Loading branch information
mcmonkey4eva committed Nov 8, 2013
1 parent bfc9cef commit 87b21fd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dEntity.java
Expand Up @@ -1243,7 +1243,7 @@ else if (attribute.startsWith("equipment")) {
// @returns dLocation
// @description
// Returns the location of the block the entity is looking at.
// Optional, specify a maximum range to find the location from.
// Optionally, specify a maximum range to find the location from.
// -->
if (attribute.startsWith("location.cursor_on")) {
int range = attribute.getIntContext(2);
Expand Down
Expand Up @@ -552,7 +552,7 @@ public void registerCoreMembers() {
// @Description
// Todo
// @Tags
// <l@location.block. * >
// <l@location.material>
// @Usage
// Todo
// -->
Expand All @@ -565,14 +565,18 @@ public void registerCoreMembers() {
// @Syntax create [<entity>] [<name>] (<location>)
// @Required 1
// @Stable experimental
// @Short Creates a new NPC, and alternatively spawns it at a location.
// @Author Todo
// @Short Creates a new NPC, and optionally spawns it at a location.
// @Author aufdemrand
// @Description
// Todo
// @Tags
// <server.list_npcs>
// @Usage
// Todo
// Use to create a despawned NPC for later usage.
// - create player Bob
// @Usage
// Use to create an NPC and spawn it immediately.
// - create spider Joe <player.location>
// -->
registerCoreMember(CreateCommand.class,
"CREATE", "create [<entity>] [<name>] (<location>)", 1);
Expand Down Expand Up @@ -1208,7 +1212,7 @@ public void registerCoreMembers() {
// @Description
// Todo
// @Tags
// Todo
// <el@element.is[<operator>].to[<element>]>
// @Usage
// Todo
// -->
Expand All @@ -1226,9 +1230,9 @@ public void registerCoreMembers() {
// @Description
// Todo
// @Tags
// <player.inventory>
// <npc.inventory>
// <location.inventory>
// <p@player.inventory>
// <n@npc.inventory>
// <l@location.inventory>
// @Usage
// Todo
// -->
Expand Down Expand Up @@ -1674,7 +1678,9 @@ public void registerCoreMembers() {
// @Description
// Todo
// @Tags
// <queue. * >
// <queue.id>
// <queue.size>
// <queue.exists[queue_id]>
// @Usage
// Todo
// -->
Expand Down Expand Up @@ -2351,7 +2357,10 @@ public void registerCoreMembers() {
// @Description
// Todo
// @Tags
// <npc.navigator. * >
// <n@npc.navigator.is_navigating>
// <n@npc.navigator.speed>
// <n@npc.navigator.range>
// <n@npc.navigator.target_location>
// @Usage
// Todo
// -->
Expand Down
Expand Up @@ -2723,7 +2723,7 @@ public void enchantItemEvent(EnchantItemEvent event) {
// <context.slot_type> returns an Element with the name of the slot type that was clicked.
// <context.slot> returns an Element with the number of the slot that was clicked.
// <context.is_shift_click> returns true if 'shift' was used while clicking.
// <context.action> returns the inventory_action. <@link language Inventory Action>
// <context.action> returns the inventory_action. See <@link language Inventory Actions>.
//
// @Determine
// "CANCELLED" to stop the player from clicking.
Expand Down

0 comments on commit 87b21fd

Please sign in to comment.