Dinnerbone
|
c4e37dcf2a
|
Fixed sample plugin
|
2011-01-01 07:24:50 +00:00 |
|
Dinnerbone
|
4a5053f8f3
|
Fixed sample plugin
|
2011-01-01 07:06:43 +00:00 |
|
Dinnerbone
|
0e4539cb4b
|
Fixed material
|
2011-01-01 07:01:53 +00:00 |
|
Dinnerbone
|
3e8a740741
|
Merge branch 'master' of github.com:Dinnerbone/Bukkit
|
2011-01-01 06:59:52 +00:00 |
|
Dinnerbone
|
c246509cee
|
Moved itemstack.type to material
|
2011-01-01 06:59:21 +00:00 |
|
durron597
|
caad762403
|
Added onBlockCanBuild to loader
|
2011-01-01 01:55:04 -05:00 |
|
durron597
|
5dfc7661ff
|
Sample to let you place cactus anywhere
|
2011-01-01 01:40:02 -05:00 |
|
durron597
|
227ba65805
|
Merge remote branch 'upstream/master'
|
2011-01-01 01:26:38 -05:00 |
|
durron597
|
0bdadf1207
|
Implemented BLOCK_CANBUILD, had wrong Listener method name
|
2011-01-01 01:25:22 -05:00 |
|
durron597
|
90340f6f85
|
Implemented BLOCK_CANBUILD
|
2011-01-01 01:20:44 -05:00 |
|
durron597
|
80285cf8cb
|
Added BlockCanBuild Event. Fixed Event enumeration
|
2010-12-31 22:44:11 -05:00 |
|
durron597
|
d34cfe06c7
|
Actually put the correct functionality in isCancelled and setCancelled
|
2010-12-31 22:42:45 -05:00 |
|
durron597
|
d9ed08be4f
|
Reimplemented BlockFlow to use multiple BlockFromToEvents
|
2010-12-31 21:17:16 -05:00 |
|
durron597
|
d0204bb2dd
|
Added Cancellable interface
|
2010-12-31 20:40:44 -05:00 |
|
durron597
|
9e4f3707a2
|
Added private static final UID
|
2010-12-31 20:38:17 -05:00 |
|
Dinnerbone
|
9f2a9d4674
|
Merge branch 'master' of github.com:Dinnerbone/Bukkit
|
2010-12-31 21:58:47 +00:00 |
|
Dinnerbone
|
1d1b09b782
|
Updated sample plugin to test physics
|
2010-12-31 21:45:55 +00:00 |
|
durron597
|
9c82017a7f
|
Added self face
|
2010-12-31 09:10:31 -05:00 |
|
durron597
|
1c9930fadf
|
Stated "not implemented yet"
|
2010-12-31 09:09:22 -05:00 |
|
durron597
|
e827a453a0
|
Implemented BlockRightClickedEvent
|
2010-12-31 09:09:02 -05:00 |
|
durron597
|
034b482a8d
|
Fixed bug with BlockFlow.equals
Added second constructor for collections
|
2010-12-31 09:07:39 -05:00 |
|
durron597
|
e97ded9d7a
|
Changed it so we store both the block and the face for speed
|
2010-12-31 09:07:12 -05:00 |
|
durron597
|
4816a5b6d7
|
Implemented BLOCK_FLOW
|
2010-12-31 07:53:56 -05:00 |
|
durron597
|
e53d1e2b90
|
Added BlockFlowEvent, fixed up BlockFromToEvent, cleaned up
BlockListener
|
2010-12-30 18:22:22 -05:00 |
|
durron597
|
7b3331b148
|
Changed fromTo to be Block, Face
|
2010-12-30 17:49:52 -05:00 |
|
durron597
|
72eecd6ed6
|
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
|
2010-12-30 17:40:14 -05:00 |
|
durron597
|
e96b6e4765
|
Changed event enumeration
|
2010-12-30 17:16:50 -05:00 |
|
durron597
|
a65fae29d4
|
Added block events
|
2010-12-30 17:16:06 -05:00 |
|
Dinnerbone
|
728122befc
|
BlockPhysics can be canceled
|
2010-12-30 22:07:37 +00:00 |
|
Dinnerbone
|
6f6c4d7ce0
|
Added the single most important event ever to be conceived
|
2010-12-30 21:59:53 +00:00 |
|
Dinnerbone
|
0b29a78cc3
|
Added debugging tools to sampleplugin
|
2010-12-30 20:33:48 +00:00 |
|
Dinnerbone
|
6ddb16a8dd
|
Broken plugins no longer crash the server
|
2010-12-30 18:54:04 +00:00 |
|
Dinnerbone
|
df119a36e0
|
Added sendMessage() to player, added /pos to sample plugin
|
2010-12-30 04:52:26 +00:00 |
|
Dinnerbone
|
31d03b2ac0
|
Moved getName from Player to HumanEntity
|
2010-12-30 04:29:53 +00:00 |
|
Dinnerbone
|
592df41bb1
|
Rename EntityHuman -> HumanEntity
|
2010-12-30 03:50:08 +00:00 |
|
Dinnerbone
|
2180eb69ec
|
EntityHuman is a LivingEntity
|
2010-12-29 23:18:09 +00:00 |
|
Dinnerbone
|
08e1d41b3f
|
Changed ItemStack to be a class, added body
|
2010-12-29 23:07:15 +00:00 |
|
Dinnerbone
|
47207a0dbe
|
Added Entity interfaces, changed Player to implement these
|
2010-12-29 22:11:33 +00:00 |
|
Dinnerbone
|
36b1e38d4c
|
Location implements Cloneable
|
2010-12-29 03:19:25 +00:00 |
|
Dinnerbone
|
b9801a50da
|
Swapped yaw/pitch in Location constructor to match Minecraft
|
2010-12-29 01:15:16 +00:00 |
|
Dinnerbone
|
3f78497752
|
Fixed another nullcheck in pluginmanager
|
2010-12-29 00:10:22 +00:00 |
|
Dinnerbone
|
0a9d59291f
|
Additional constructor for PlayerLoginEvent
|
2010-12-28 22:54:39 +00:00 |
|
Dinnerbone
|
f9058e5161
|
Tweak to PlayerChatEvent, allow plugins to set the player that the chat/command executes as
|
2010-12-28 21:52:08 +00:00 |
|
Dinnerbone
|
caf0d3e27a
|
Make a start on block events, fixed nullcheck in PluginManager
|
2010-12-28 21:02:39 +00:00 |
|
Dinnerbone
|
1ce00ae074
|
Added onPlayerLogin
|
2010-12-28 17:39:23 +00:00 |
|
Dinnerbone
|
78a2cccfb5
|
Added onPlayerMove and onPlayerTeleport
|
2010-12-28 16:59:25 +00:00 |
|
Dinnerbone
|
d94db03ae2
|
Added onPlayerChat and onPlayerCommand
|
2010-12-28 16:41:37 +00:00 |
|
Dinnerbone
|
40e6a23369
|
Fixed sample plugin
|
2010-12-28 15:51:45 +00:00 |
|
Dinnerbone
|
b5339d83f4
|
Fixed rename
|
2010-12-28 15:41:11 +00:00 |
|
Dinnerbone
|
87b8e08230
|
Removed server argument on events, renamed player events and commented out the rest for now
|
2010-12-28 15:39:36 +00:00 |
|