Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -1/+1 |
| | ||||
* | Minor cleanups | Erik Broes | 2011-03-23 | -2/+0 |
| | ||||
* | Implement Bucket events | Erik Broes | 2011-03-21 | -0/+72 |
| | ||||
* | Reworked getEntity; Hi instanceof, bay 16 classes | Erik Broes | 2011-01-30 | -59/+0 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -9/+10 |
| | ||||
* | Entity audit. Adds checks for null entities, and adds conformity. | Andrew Ardill | 2011-01-21 | -4/+4 |
| | ||||
* | fixed imports on all Entities | Andrew Ardill | 2011-01-18 | -0/+2 |
| | ||||
* | Addition of all Entity classes. | Andrew Ardill | 2011-01-18 | -0/+7 |
| | | | | | | Each Entity creates a corresponding instance of a Craft Entity, to be used whenever sending instances to an event handler with getBukkitEntity(). | |||
* | Adding all Entities into CraftBukkit. | Andrew Ardill | 2011-01-18 | -0/+49 |
These are needed to properly allow for determining class type, in accordance with current practice. |