Andrew Ardill
|
1cbde901ba
|
Entity audit. Adds checks for null entities, and adds conformity.
|
2011-01-21 16:54:30 +11:00 |
|
speakeasy
|
e93061be48
|
Fix up NPE's in EntityMinecart/CraftVehicle and removed a little un-needed code in EntityArrow
|
2011-01-20 05:52:36 +08:00 |
|
Andrew Ardill
|
d7d7a68f91
|
fixes to combust event so that it is raised only once on combustion.
minor fixes to imports
|
2011-01-18 16:30:01 +11:00 |
|
Andrew Ardill
|
5f2c8108b7
|
Updates to all Entities to use getBukkitEntity() any time an event is
raised.
Similar update to CraftVehicle and CraftLivingEntity
|
2011-01-18 00:13:32 +08:00 |
|
Andrew Ardill
|
3400eafaf1
|
added handling of powered and storage minecarts
|
2011-01-18 00:13:32 +08:00 |
|
Andrew Ardill
|
2de3e2e7e4
|
created getBukkitEntity() in minecraft.server.Entity
This returns a protected field that is set in the constructor of each
minecraft.server.Entity to a new CraftEntity of some specific type.
|
2011-01-18 00:13:31 +08:00 |
|
sk89q
|
5dafc601db
|
Moved org.bukkit.Vector to org.bukkit.util.
|
2011-01-15 13:44:22 -08:00 |
|
Dinnerbone
|
9150e8d85d
|
All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.entity
|
2011-01-15 21:24:07 +00:00 |
|
Dinnerbone
|
80707c0a23
|
Various fixes; boats, minecarts, musicblocks
|
2011-01-14 21:22:14 +00:00 |
|
Dinnerbone
|
2761b59845
|
Update to Minecraft Server 1.2
|
2011-01-14 13:31:10 +00:00 |
|
Erik Broes
|
22dab8e985
|
Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s
|
2011-01-11 09:27:35 +01:00 |
|
Dinnerbone
|
d374bff8d0
|
Implemented BlockState.update(boolean), signs should now work, cleaned up some code a little
|
2011-01-08 01:22:17 +00:00 |
|
sk89q
|
6d6668aaeb
|
Implemented World.spawnBoat(), added CraftMappable interface that defines a method to get an org.bukkit.craftbukkit.CraftEntity from implementing net.minecart.server.Entity entities, changed CraftWorld.toCraftEntity() to use this new interface for boats and minecarts.
|
2011-01-07 14:01:37 -08:00 |
|
sk89q
|
22c2fdeaf0
|
Implemented boat, fixed some event issues with minecarts, and implemented the events for boats that were implemented for minecarts.
|
2011-01-07 13:05:25 -08:00 |
|
sk89q
|
592f510228
|
Moved some minecart flags that don't belong in the event out of the event.
|
2011-01-07 12:27:06 -08:00 |
|
sk89q
|
544bd76b13
|
Implemented more minecart hooks.
|
2011-01-07 12:17:06 -08:00 |
|
Dinnerbone
|
a0c449559a
|
Show reason for invalid plugin
|
2011-01-05 22:56:31 +00:00 |
|
Erik Broes
|
25d519aaf2
|
Initial implementation of inventory stuff, (read-)only for StorageMinecart sofar
|
2011-01-05 01:00:57 +01:00 |
|
sk89q
|
198ffee203
|
Implemented some minecart vehicle hooks, but there's a some things missing in CraftBukkit before the implementation can be finished.
|
2011-01-03 14:54:20 +00:00 |
|