Few more style cleanups

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-11 02:16:44 +01:00
parent ad38184dc2
commit b50b4ca047
7 changed files with 34 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ public interface Block {
*/
void setData(byte data);
void setData(byte data, boolean applyPhyiscs);
void setData(byte data, boolean applyPhysics);
/**
* Sets the type of this block
@@ -158,7 +158,7 @@ public interface Block {
boolean setTypeId(int type, boolean applyPhysics);
boolean setTypeIdAndData(int type, byte data, boolean applyPhyiscs);
boolean setTypeIdAndData(int type, byte data, boolean applyPhysics);
/**
* Gets the face relation of this block compared to the given block<br />