md_5
c5e9a169fa
Minecraft 1.9.4
2016-05-10 21:47:39 +10:00
md_5
935f18b476
SPIGOT-2206: playEffect doesn't accept sub classes of the expected data type
2016-04-26 09:35:17 +10:00
md_5
3dc138d980
SPIGOT-2135: Also clear sit pathfinder on toggle status
2016-04-05 20:32:05 +10:00
md_5
4cc1807b25
SPIGOT-2092: Directly set sittging status
2016-04-04 17:09:57 +10:00
md_5
cd36f6f257
SPIGOT-2060: Method to control whether entities collide
2016-03-27 20:19:41 +11:00
Sansko1337
ea49b2eee9
Implement getting / setting of Entity invulnerability
2016-03-27 10:08:45 +11:00
Redrield
6067e54dd2
SPIGOT-213: Add method to enable / disable AI for mobs
2016-03-27 09:18:42 +11:00
Thinkofname
9554894553
SPIGOT-2049: Send the right attributes when updating scaled health
2016-03-25 23:13:16 +00:00
Nathan Wolf
ace06bd9fd
CraftComplexPart should return getParent()'s status in isValid
2016-03-23 22:06:50 +11:00
Matthew
c5d27c5f6f
Only create PermissibleBase instance in CraftEntity the first time it is actually needed. Fixes static test cases for subclasses failing when perm field was instantiated.
2016-03-23 07:32:34 +11:00
Matthew
5fe510da59
SPIGOT-1934: Expand EnderDragon API - implement dragon phases
2016-03-23 07:30:12 +11:00
Matthew
52c7fc0a1a
Implement isEnabled / setEnabled for CraftMinecartHopper
2016-03-20 20:26:21 +11:00
t00thpick1
b3f6de0da5
SPIGOT-1904: AreaEffectCloud events and additional API
2016-03-20 11:29:03 +11:00
Matthew
a12b1a4770
Implement EndGateway#getExitLocation and EndGateway#setExitLocation(Location)
2016-03-18 14:33:14 +11:00
Matthew
f09f7d8754
Implement SpectralArrow#getGlowingTicks and SpectralArrow#setGlowingTicks(int)
2016-03-18 14:30:14 +11:00
Matthew
f332350969
Implement SpectralArrow entity
2016-03-18 14:30:14 +11:00
Matthew
6efa87306b
Implement EnderCrystal#isShowingBottom and EnderCrystal#setShowingBottom(boolean)
2016-03-18 14:29:45 +11:00
Matthew
8cd69933c9
Implement Boat#getWoodType and Boat#setWoodType(TreeSpecies)
2016-03-18 14:29:33 +11:00
0x277F
1386bd3ddf
SPIGOT-1571: Add Entity Glide Events.
2016-03-12 21:01:07 +11:00
md_5
2bf333e0fc
SPIGOT-1901: Fix projectile launching.
2016-03-12 20:41:06 +11:00
t00thpick1
4a8818c5fd
SPIGOT-1638 / SPIGOT-1673: Rework Potions API
2016-03-12 12:38:22 +11:00
Matthew
1fefbf9b98
SPIGOT-1806: Implement HumanEntity#getMainHand
2016-03-12 08:15:43 +11:00
Lukas Hennig
ef13ca4444
SPIGOT-1549: Fix custom String sounds.
2016-03-04 15:55:40 +11:00
md_5
7863085a62
SPIGOT-1721: Handle Enderman.getCarriedMaterial when not carrying.
2016-03-04 15:50:35 +11:00
md_5
3e3516e3b2
Treat ShulkerBullet as Projectile
2016-03-04 07:22:10 +11:00
md_5
23ad72b4c8
SPIGOT-1683: Arrows are not projectiles
2016-03-03 20:59:10 +11:00
md_5
78578ca517
SPIGOT-1676: Launch projectiles with velocity
2016-03-03 16:52:19 +11:00
Thinkofdeath
bad994e724
Don't round the location of playSound to the center of a block
2016-03-02 16:02:36 +00:00
md_5
912dfae454
SPIGOT-1623: Use correct spawnParticle overloads.
2016-03-02 16:51:09 +11:00
md_5
8b5c9c15b0
SPIGOT-1541: Fix firework launching
2016-03-01 13:46:07 +11:00
md_5
fdaa09b23b
SPIGOT-1536: Fix playNote
2016-03-01 13:42:54 +11:00
md_5
aa008dff0f
Update to Minecraft 1.9
2016-03-01 09:32:45 +11:00
md_5
18fbb24b46
SPIGOT-1235: Correctly validate MaterialData for playEffect.
...
Thanks Jikoo for the report / fix.
2015-10-18 19:40:00 +11:00
BlackyPaw
8cc1683e83
SPIGOT-989: Cap assignment of pickup delays to Short.MAX_VALUE due to storage implementation constraints.
...
Changed assignment of pickup delays in such a way that they may not be larger than the value actually stored inside the NBT format that is Short.MAX_VALUE. Did not change method signature in order not to produce any shortening cast warnings in existing code. All values larger than 32767 are generally used to indicate that an item should never be picked up. Shortening this to 32767 will actually cause the pickup delay to never decrease, thus resulting in non-pickupable item stacks.
2015-09-30 08:48:28 +10:00
md_5
62a216966f
SPIGOT-1076: Add HurtEntities API for FallingBlock.
2015-09-19 09:27:51 +10:00
Thinkofdeath
a0d2928ba4
Add a missing break statement for openInventory, fixes opening dropper inventories
2015-09-18 21:42:40 +01:00
0x277F
2d4f577bbf
Fixed how Dropper inventories are shown to players.
2015-09-18 15:16:50 +10:00
md_5
701ae54ffc
SPIGOT-1192: Restore some behaviour to entity.getNearbyEntities
2015-09-18 15:15:56 +10:00
md_5
5e9f698fac
SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators.
2015-09-06 14:54:41 +10:00
Riccardo Paolo Bestetti
5e85956281
SPIGOT-1080: Added support for opening all inventories implementing Bukkit's Inventory class.
2015-07-31 18:47:09 +10:00
Xor Boole
3e9b5c93d6
Prevent an Entity from riding itself.
2015-07-20 16:18:08 +10:00
md_5
1f73bbb56a
Simplify isOnline() logic.
2015-07-13 18:30:25 +10:00
Jofkos
a03743b3b4
Add basic sendTitle / resetTitle API.
...
More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is.
2015-07-10 16:24:02 +10:00
md_5
0dfb243c86
SPIGOT-436: Add accompanying getSpectatorTarget().
2015-06-21 09:20:07 +10:00
Nathan Wolf
1880a9c0b6
SPIGOT-973: Add marker API to ArmorStand
2015-06-09 09:36:31 +10:00
md_5
f4ecc39ffc
SPIGOT-436: Add spectator camera API.
2015-06-09 09:17:54 +10:00
md_5
25de1e6baf
SPIGOT-769: Fix opening custom inventories.
2015-05-24 10:42:53 +10:00
Nathan Wolf
7bc9c08eb4
Default to BlockFace.SELF for null directions in getFacing
2015-05-24 09:25:02 +10:00
Thinkofdeath
a486600749
Update to 1.8.4
2015-05-17 10:32:59 +01:00
Thinkofdeath
350cb9927e
Update the rename markers
2015-03-19 21:29:33 +00:00