Erik Broes | 6635eba303c | We're GPL. | | |
 sk89q | c81b816b723 | Made X, Y, and Z components in Vector protected. | | |
 sk89q | e3fe73ca041 | Added ArrowEntity and World.spawnArrow(). | | |
 sk89q | fd3072b4279 | Added Vector class. | | |
Lymia | 4a9c7e07128 | Added custom event support. | | |
Lymia | 739142b42e0 | Fixed generics warning. | | |
Lymia | 212404f7f7a | Opps! Wrong class. | | |
Lymia | e3497e12a01 | Added generics to PluginManager | | |
Dinnerbone | 9ecdf8b4baf | POM version crap | | |
Dinnerbone | 5c133892df5 | Java 1.5!(Also ninjaencoding) | | |
durron597 | 3317654a9c7 | Changed all tabs to 4 spaces | | |
durron597 | 7da0dd44cce | removed unnecessary imports | | |
durron597 | a117df5dbbb | Removed @Override from the cancellable methods | | |
durron597 | c0ebff830e3M | Merge remote branch 'upstream/master' into HEAD | | |
durron597 | 2a336b31cfe | Standardized indentation to 4 spaces | | |
durron597 | a85bf13627e | Removed ItemStack import | | |
durron597 | b8961696446 | Removed @Override for cancellable interface | | |
durron597 | 53d287854ea | Removed cancellable import | | |
Erik Broes | ddff384203a | Transition to Maven | | |
durron597 | 7b6539422b3 | Changed BlockCanBuildEvent to store the int and not the material | | |
durron597 | d6442bdea12 | Changed BlockCanBuild event to pass the material | | |
Dinnerbone | 0022835ee21 | Fixed sample plugin | | |
Dinnerbone | 6ed3e157959 | Fixed sample plugin | | |
Dinnerbone | d11a863e74b | Fixed material | | |
Dinnerbone | 443c924da4bM | Merge branch 'master' of github.com:Dinnerbone/Bukkit | | |
Dinnerbone | f6267e9647d | Moved itemstack.type to material | | |
durron597 | f9a00222249 | Added onBlockCanBuild to loader | | |
durron597 | f7fcfd22a58 | Sample to let you place cactus anywhere | | |
durron597 | 0c205939166M | Merge remote branch 'upstream/master' | | |
durron597 | 0b7cab13d0f | Implemented BLOCK_CANBUILD, had wrong Listener method name | | |
durron597 | eadfe2adffc | Implemented BLOCK_CANBUILD | | |
durron597 | f527fd43984 | Added BlockCanBuild Event.Fixed Event enumeration | | |
durron597 | e26e2d70e87 | Actually put the correct functionality in isCancelled and setCancelled | | |
durron597 | a44979c88b8 | Reimplemented BlockFlow to use multiple BlockFromToEvents | | |
durron597 | 2e3f21bcf2a | Added Cancellable interface | | |
durron597 | 6dc46980623 | Added private static final UID | | |
Dinnerbone | 4ac732ebbd8M | Merge branch 'master' of github.com:Dinnerbone/Bukkit | | |
Dinnerbone | 8dcdb8b42f0 | Updated sample plugin to test physics | | |
durron597 | 0a2b312ecdc | Added self face | | |
durron597 | 8a6569f229f | Stated "not implemented yet" | | |
durron597 | 055c64106dd | Implemented BlockRightClickedEvent | | |
durron597 | a8b7a63a8e3 | Fixed bug with BlockFlow.equalsAdded second constructor for collections | | |
durron597 | 0520b39adf5 | Changed it so we store both the block and the face for speed | | |
durron597 | 94921bc3e57 | Implemented BLOCK_FLOW | | |
durron597 | df2f0d42ae0 | Added BlockFlowEvent, fixed up BlockFromToEvent, cleaned upBlockListener | | |
durron597 | 0889be4df51 | Changed fromTo to be Block, Face | | |
durron597 | 008eb897680M | Merge remote branch 'upstream/master'Conflicts:
src/org/bukkit/event/block/BlockEvent.java
src/org/bukkit/event/block/BlockListener.java
src/org/bukkit/event/block/BlockPhysicsEvent.java | | |
durron597 | 4c94922215d | Changed event enumeration | | |
durron597 | a1d10a087c0 | Added block events | | |
Dinnerbone | 728122befc0 | BlockPhysics can be canceled | | |