Global ID -> Id rename
This commit is contained in:
@@ -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