@@ -40,7 +40,7 @@ public class BlockCanBuildEvent extends BlockEvent {
|
||||
return Material.getMaterial(material);
|
||||
}
|
||||
|
||||
public int getMaterialID() {
|
||||
public int getMaterialId() {
|
||||
return material;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,9 +21,9 @@ public class BlockPhysicsEvent extends BlockEvent {
|
||||
/**
|
||||
* Gets the type of block that changed, causing this event
|
||||
*
|
||||
* @return Changed block's type ID
|
||||
* @return Changed block's type id
|
||||
*/
|
||||
public int getChangedTypeID() {
|
||||
public int getChangedTypeId() {
|
||||
return changed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user