Skip to content

Commit

Permalink
correct more meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 20, 2013
1 parent d7029f4 commit fb9630a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/java/net/aufdemrand/denizen/objects/dPlayer.java
Expand Up @@ -1084,7 +1084,7 @@ public void adjust(Mechanism mechanism, Element value) {
// @name texture_pack
// @input Element
// @description
// Sets the current texture pack by specifying the valid URL of a texture pack.
// Sets the current texture pack by specifying a valid URL to a texture pack.
// @tags
// None
// -->
Expand All @@ -1098,7 +1098,7 @@ public void adjust(Mechanism mechanism, Element value) {
// @name saturation
// @input Element(Integer)
// @description
// Sets the current saturation level of a player.
// Sets the current food saturation level of a player.
// @tags
// <player.saturation>
// -->
Expand Down Expand Up @@ -1126,7 +1126,7 @@ public void adjust(Mechanism mechanism, Element value) {
// @name bed_spawn_location
// @input dLocation
// @description
// Sets the location that the player respawns after going to bed.
// Sets the bed location that the player respawns at.
// @tags
// <player.bed_spawn>
// -->
Expand All @@ -1151,7 +1151,7 @@ public void adjust(Mechanism mechanism, Element value) {

// <--[mechanism]
// @object dPlayer
// @name level
// @name weather
// @input Element
// @description
// Sets the weather condition for the player. This does NOT affect the weather
Expand Down
Expand Up @@ -443,7 +443,7 @@ else if (type.equalsIgnoreCase("REPLACE")) {

// <--[tag]
// @attribute <util.entity_is_spawned[<entity>]>
// @returns Boolean
// @returns Element(Boolean)
// @description
// Returns whether an entity is spawned and valid.
// -->
Expand Down

0 comments on commit fb9630a

Please sign in to comment.