summaryrefslogtreecommitdiffstats
path: root/src/net/minecraft/server/WorldServer.java
Commit message (Expand)AuthorAgeLines
* Transition to MavenErik Broes2011-01-01-182/+0
* Changed BlockCanBuildEvent to store the int and not the materialdurron5972011-01-01-1/+1
* Changed BlockCanBuild event to pass the materialdurron5972011-01-01-2/+4
* Didn't work correctly before. Now it doesdurron5972011-01-01-5/+10
* Implemented BLOCK_CANBUILDdurron5972011-01-01-2/+15
* Changed Block to CraftBlock. Changed callHook to getServerdurron5972010-12-31-2/+2
* Merge branch 'master' of github.com:Dinnerbone/CraftbukkitDinnerbone2010-12-31-2/+6
|\
| * Added callHook method to WorldServer so we can get callEvents fromdurron5972010-12-31-0/+5
* | Fixed physics eventDinnerbone2010-12-31-1/+1
* | Implemented BLOCK_PHYSICSDinnerbone2010-12-30-0/+38
|/
* No lookup for worlds, store on objectDinnerbone2010-12-30-1/+5
* Keep Blocks updated when changed by the worldDinnerbone2010-12-28-0/+116