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
md_5
6e0120a058
SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from commit bbe75338c18624e66efd56b599d82eb476e5b76c)
2015-03-13 17:53:15 +11:00
md_5
bbe75338c1
SPIGOT-323: Enchanting tables can no longer be force opened.
2015-03-13 17:48:57 +11:00
Thinkofdeath
7f52bd6c95
Fix getActivePotionEffects ignoring the particles flag
2015-03-11 13:18:06 +00:00
Thinkofdeath
d8a9c7be42
Update to Minecraft 1.8.3
2015-03-04 09:48:58 +00:00
BillyGalbreath
9648edfa61
Add alternatives for deprecated methods
2015-02-15 12:16:12 +11:00
md_5
7658819130
Fix off by one in CraftRabbit. Fixes SPIGOT-392
2015-01-10 14:15:34 +11:00
md_5
4470462a54
SPIGOT-387: Remove redundant custom vehicle handling.
2015-01-09 16:59:40 +11:00
Thinkofdeath
6ac32df219
Redirect execute through our command system and allow entities to be CommandSenders
2015-01-04 23:26:02 +00:00
md_5
dde25d45ef
SPIGOT-323: Allow force creating enchant table containers. Usefullness is not guaranteed.
2015-01-05 10:05:01 +11:00
md_5
c99cdafd3f
SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from commit 9784338acff089ad16bc6399fca13fe83d0a371a)
2015-01-05 10:00:26 +11:00
md_5
9784338acf
SPIGOT-323: Enchanting tables can no longer be force opened.
2015-01-05 09:59:31 +11:00
FearThe137
2db3ea29a6
Implement Rabbit types.
2014-12-24 09:11:25 +11:00
Thinkofdeath
40aaa31c49
Fix EntityEquipment for armor stands and redirect the getters/setters to use it
2014-12-21 23:26:42 +00:00
FearThe1337
89944c09c9
SPIGOT-231 and SPIGOT-229. Fix itemframe behaviour.
...
Confirmed fix for itemframes not showing up. Based on the code in
CraftPainting.
Besids this fix we now pass null itemstacks directly to the
EntityItemFrame to allow the removal of items in ItemFrames.
2014-12-21 09:59:45 +11:00
Fabian Faßbender
ce7dd34b5c
aW() does re register Attributes which causes a IllegalArgumentException. This fixes it and sets the Guardian back to a normal Guardian without any problem.
2014-12-21 08:52:20 +11:00
0x277F
dadb43af92
Use value from new potion effect particle visibility API.
2014-12-18 21:20:51 +11:00
FearThe1337
6fab8fe51e
SPIGOT-236 - fix notes playing wrongly.
...
Formula is from BlockNote (NMS), slightly formatted different to be smaller.
2014-12-18 09:47:10 +11:00
Stefan
e1070b9fbb
SPIGOT-206 Further checks and fixes for Hanging entities.
...
Adds an check for existing entities before selecting the location allowing
for hanging entities to be spawned in blocks where there already is an
hanging entity at the default rotation.
Fixes the CraftHanging setRotation function to use the new 1.8 logic.
2014-12-15 14:42:00 +00:00
FearThe1337
c13e6e69a2
Implement displayblocks for minecarts (SPIGOT-14).
2014-12-12 11:01:47 +11:00
md_5
9fa497cd55
Add implementation of the elder Guardian API
2014-12-12 10:57:00 +11:00
Fabian Faßbender
497a7b4cfb
Add ANVIL and BEACON custom inventories. Also handle a few special cases for inventory sizes
2014-12-03 16:20:55 +00:00
Fabian Faßbender
7371301edb
Forgot that i work in Bukkit... Screw sun conventions
2014-12-02 00:20:31 +01:00
Fabian Faßbender
0d5693dec5
Implementation for the new rotation values. Fixes SPIGOT-93
2014-12-02 00:13:25 +01:00