Bukkit/Spigot
7a2194f937
Explicitly deprecate all MaterialData subclasses
...
By: md_5 <git@md-5.net>
2019-05-20 20:09:17 +10:00
Bukkit/Spigot
82854b7bd7
Add Override annotations where appropriate
...
By: md_5 <git@md-5.net>
2019-04-28 11:37:52 +10:00
Bukkit/Spigot
e9ae9842f0
Apply and enforce import ordering rules
...
By: md_5 <git@md-5.net>
2019-04-23 14:33:57 +10:00
Bukkit/Spigot
c240b58f66
Begin implementation of CheckStyle style checking
...
By: md_5 <git@md-5.net>
2019-04-23 14:00:20 +10:00
Bukkit/Spigot
9bd8e66c7d
Remove nullability annotations from enum constructors
...
By: Darkyenus <darkyenus@gmail.com>
2019-03-14 11:28:51 +01:00
Bukkit/Spigot
416c865476
SPIGOT-2540: Add nullability annotations to entire Bukkit API
...
By: Darkyenus <darkyenus@gmail.com>
2019-03-13 17:42:57 +11:00
Bukkit/Spigot
6fb32733f2
Clarify Colorable docs further
...
By: md_5 <git@md-5.net>
2018-10-06 10:55:06 +10:00
Bukkit/Spigot
f387984287
SPIGOT-4411: Document use of null for shulker colours
...
By: md_5 <git@md-5.net>
2018-10-06 10:16:59 +10:00
Bukkit/Spigot
767e4f6ccf
Update to Minecraft 1.13-pre7
...
By: md_5 <git@md-5.net>
2018-07-15 10:00:00 +10:00
Bukkit/Spigot
70727107ce
Fix some additional documentation typos
...
Thanks mrfloris
By: md_5 <git@md-5.net>
2018-01-15 12:53:01 +11:00
Bukkit/Spigot
417599c2ab
Some minor improvements from static analysis
...
By: md_5 <git@md-5.net>
2017-11-07 17:28:28 +11:00
Bukkit/Spigot
3fdb71844b
SPIGOT-3532: Inverted skull directions
...
By: md_5 <git@md-5.net>
2017-08-24 21:59:07 +10:00
Bukkit/Spigot
e3d4acc303
Assorted whitespace fixes
...
By: md_5 <git@md-5.net>
2017-08-06 09:08:05 +10:00
Bukkit/Spigot
864993ba5e
SPIGOT-3361: Deprecate confusing MaterialData.toItemStack()
...
By: md_5 <git@md-5.net>
2017-06-21 22:44:18 +10:00
Bukkit/Spigot
1732ba0fbf
SPIGOT-3000: MaterialData for Observers
...
By: md_5 <git@md-5.net>
2017-01-11 09:45:15 +11:00
Bukkit/Spigot
ef84e6b90f
SPIGOT-1592: Implement ItemMeta for Spawn Eggs
...
The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values.
In the future it may be possible to implement a more expanded API cognate with this one.
By: Matthew <stteg@hotmail.com>
2016-12-06 21:12:13 +11:00
Bukkit/Spigot
bc69ab513e
SPIGOT-1292: BlockState based FlowerPot API.
...
By: md_5 <git@md-5.net>
2016-06-01 17:08:06 +10:00
Bukkit/Spigot
2c724bafe6
SPIGOT-2013 Added Comparator/Hopper material, enhanced Diode
...
By: ryanbennitt <ryanbennitt@googlemail.com>
2016-03-26 09:27:04 +11:00
Bukkit/Spigot
c432218993
SPIGOT-1682: Fixed block data for Beetroot
...
By: ryanbennitt <ryanbennitt@googlemail.com>
2016-03-26 09:26:20 +11:00
Bukkit/Spigot
3e1845033a
SPIGOT-1464: Fixed setting Mushroom faces
...
By: ryanbennitt <ryanbennitt@googlemail.com>
2016-03-20 14:20:46 +00:00
Bukkit/Spigot
ad7fee9850
BUILDTOOLS-203: Fix invalid javadoc
...
By: md_5 <git@md-5.net>
2016-03-04 16:16:59 +11:00
Bukkit/Spigot
a713b811ed
SPIGOT-1592: Deprecate SpawnEgg spawnedType methods since they cannot be fixed in their current state.
...
By: md_5 <git@md-5.net>
2016-03-02 07:03:45 +11:00
Bukkit/Spigot
f2fcb9f8bd
SPIGOT-1389: Fixed issues with setting tree species by expanding API
...
By: ryanbennitt <ryanbennitt@googlemail.com>
2016-03-01 08:30:03 +11:00
Bukkit/Spigot
0d19656632
SPIGOT-1393: Fixed door direction mask
...
By: ryanbennitt <ryanbennitt@googlemail.com>
2016-01-11 18:07:51 +00:00
Bukkit/Spigot
5232a2cbba
SPIGOT-918: Add constructor for DyeColor to Dye
...
By: t7seven7t <t7seven7t@gmail.com>
2015-08-11 10:10:17 -08:00
Bukkit/Spigot
bbdebc86a5
Retrofit Door in order to work with modern Minecraft doors.
...
By: Xor Boole <mcyoung@mit.edu>
2015-06-19 12:50:44 -04:00
Bukkit/Spigot
1b1b613dc0
Add support for levers being attached up and downwards.
...
Fixes SPIGOT-177.
By: FearThe1337 <admin@fearthe1337.com>
2014-12-10 15:24:40 +01:00
Bukkit/Spigot
b2d54f59bb
Clean up the javadoc to pass java 8's doclint
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-30 21:09:01 +00:00
Bukkit/Spigot
8344aacc6e
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
By: md_5 <git@md-5.net>
2014-11-26 08:15:59 +11:00
Bukkit/Spigot
bb50f1a774
Pulling all pending Bukkit-JavaDoc changes
...
A special thanks goes to @aerouk for almost all of the changes found here.
By: Wesley Wolfe <weswolf@aol.com>
2013-12-15 01:07:43 -05:00
Bukkit/Spigot
f9bec6eadd
Deprecate magic values
...
By: Wesley Wolfe <weswolf@aol.com>
2013-08-19 13:32:18 -05:00
Bukkit/Spigot
fd0b9b4a0d
Add missing materials to Step. Fixes BUKKIT-4074
...
When Minecraft 1.4.6 was released, Nether Brick texturing to steps
was added. Minecraft 1.5 added Quartz texturing to steps. When Bukkit
was updated to these version the textures for steps were not applied.
Currently it is not possible to set the texture of steps to quartz
or nether brick. This commit fixes that by adding the respective values
to the allowable materials list.
By: Peter Olson <peter.olson@gmail.com>
2013-08-06 18:00:38 -07:00
Bukkit/Spigot
599ec05858
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com>
2013-08-03 21:46:30 -04:00
Bukkit/Spigot
4d1f2668bf
Add inverted flag support to TrapDoor. Fixes BUKKIT-3390
...
By: Peter Olson <peter.olson@gmail.com>
2013-01-05 19:41:28 -08:00
Bukkit/Spigot
c22b602d2b
Correct 1.5 material data. Fixes BUKKIT-4004, BUKKIT-3785
...
By: Travis Watkins <amaranth@ubuntu.com>
2013-04-12 16:20:50 -05:00
Bukkit/Spigot
e5d1bf5f8d
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com>
2013-03-20 00:42:05 -04:00
Bukkit/Spigot
410adb8404
Add an enum for Nether Wart growth stages. Adds BUKKIT-1599
...
By: GJ <gjmcferrin@gmail.com>
2012-04-29 21:09:57 -04:00
Bukkit/Spigot
8065c9095a
Improve javadoc in 26 files.
...
Addresses:
BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196,
BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417.
By: feildmaster <admin@feildmaster.com>
2013-01-22 15:09:24 -06:00
Bukkit/Spigot
d40a2e4fc1
Clarify dye and wool color datas in DyeColor. Addresses BUKKIT-2786
...
DyeColor used the wool data for getData(), which is very misleading based
on class name. The old method has been deprecated and replaced with
getWoolData() and getDyeData() for the appropriate types of data values.
The MaterialData classes Dye and Wool were updated appropriately,
especially Dye innapropriately using a DyeColor data value compensation.
Unit tests were added for the new methods, as well as the getColor on Dye
and Wool.
By: Wesley Wolfe <weswolf@aol.com>
2013-01-05 16:22:34 -06:00
Bukkit/Spigot
87f538df31
Fix MaterialData directions being incorrect. Fixes BUKKIT-3160
...
Prior to 49690f9, BlockFaces were mostly correct in their respective
MaterialData classes. However, a lot of things were not updated since
implementation and broke without being addressed.
This fixes any discrepancies with Block data.
By: feildmaster <admin@feildmaster.com>
2012-12-15 23:25:19 -06:00
Bukkit/Spigot
711f3f1007
[BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069
...
If you use BlockFace in any way, to compensate the directionals being incorrect, you can still have backwards compatibility if you add in the handling in your plugin:
boolean legacyBlockFace = BlockFace.NORTH().getModX() == -1; (and then handle it accordingly)
If you didn't special case your directions to fix what's being fixed here... Hurray! Your plugin should now work.
By: feildmaster <admin@feildmaster.com>
2012-12-01 00:21:22 -06:00
Bukkit/Spigot
c73a3c02f0
Update Bukkit for Minecraft 1.4(.2) changes.
...
By: Travis Watkins <amaranth@ubuntu.com>
2012-10-22 03:30:04 -05:00
Bukkit/Spigot
a0438b2a20
Let TripwireHook be attachable. Addresses BUKKIT-2278
...
This commit also makes TripwireHook consistent with other attachables
for the facing property.
By: Wesley Wolfe <weswolf@aol.com>
2012-08-17 14:33:23 -05:00
Bukkit/Spigot
d63210b3ec
Change inheritance for new MaterialData.
...
By: Wesley Wolfe <weswolf@aol.com>
2012-08-05 22:01:54 -05:00
Bukkit/Spigot
5154864bbc
[Bleeding] Add new MaterialData classes for new blocks and update existing blocks with new data
...
By: Mike Primm <mike@primmhome.com>
2012-08-04 21:23:59 -05:00
Bukkit/Spigot
14e68f6ae7
Add new SmoothBrick texture; Addresses BUKKIT-1417
...
By: Wesley Wolfe <weswolf@aol.com>
2012-03-31 08:14:48 -05:00
Bukkit/Spigot
f5c68c57d0
Fix Wood(plank) and add Sandstone MaterialData; addresses BUKKIT-1384
...
By: Wesley Wolfe <weswolf@aol.com>
2012-03-31 08:35:59 -05:00
Bukkit/Spigot
5932dfd427
[Bleeding] Add null check to getFacing(); Fixes BUKKIT-1249
...
By: Wesley Wolfe <weswolf@aol.com>
2012-03-27 09:42:34 -05:00
Bukkit/Spigot
b9310ad9c5
[Bleeding] Correct errors in LongGrass and MonsterEggs materials. Addresses BUKKIT-1083
...
By: Mike Primm <mike@primmhome.com>
2012-03-08 12:38:46 -06:00
Bukkit/Spigot
fb55ed2a78
[Bleeding] MaterialData fixes. Addresses BUKKIT-842
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place>
2012-02-26 22:07:26 -05:00