Bukkit/Spigot
b76cbe36c5
Update to Minecraft 1.19.4
...
By: md_5 <git@md-5.net >
2023-03-15 03:30:00 +11:00
Bukkit/Spigot
d6d7c1a64f
#809 : Throw a more clear error for BlockIterators with zero direction, add Vector#isZero()
...
By: Parker Hawke <hawkeboyz2@hotmail.com >
2023-02-11 09:44:56 +11:00
Bukkit/Spigot
869f647744
SPIGOT-1244, SPIGOT-6860, SPIGOT-6874: Various Javadoc and formatting fixes
...
By: Parker Hawke <hawkeboyz2@hotmail.com >
2022-09-24 09:31:42 +10:00
Bukkit/Spigot
24ea881685
SPIGOT-7011, SPIGOT-7065: Overhaul of structures
...
By: DerFrZocker <derrieple@gmail.com >
2022-07-01 20:41:02 +10:00
Bukkit/Spigot
ec575f5252
Update to Minecraft 1.19
...
By: md_5 <git@md-5.net >
2022-06-08 02:00:00 +10:00
Bukkit/Spigot
e887c31580
SPIGOT-6762: ChatPaginator.wordWrap only transfers one modifier
...
By: md_5 <git@md-5.net >
2021-10-29 18:45:29 +11:00
Bukkit/Spigot
6b0ff8582b
#621 : Add Block#getCollisionShape and associated API
...
By: konsolas <vincentyntang@gmail.com >
2021-06-14 08:32:51 +10:00
Bukkit/Spigot
1bf30431ae
SPIGOT-6017: BoundingBox#rayTrace returns incorrect null
...
By: blablubbabc <lukas@wirsindwir.de >
2020-07-25 09:37:24 +10:00
Bukkit/Spigot
0c53c95293
Add additional checkstyle checks
...
By: md_5 <git@md-5.net >
2020-01-24 17:37:30 +11:00
Bukkit/Spigot
d16413b877
Javadoc improvements per checkstyle
...
By: md_5 <git@md-5.net >
2019-12-22 09:56:28 +11:00
Bukkit/Spigot
e5c9e369ed
SPIGOT-5240: Vector.angle not valid for angles very close to each other
...
By: md_5 <git@md-5.net >
2019-08-03 09:53:50 +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
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
1c79fa6a3f
Introduce rotation methods to the Vector class
...
By: Bjarne Koll <LynxPlay101@gmail.com >
2019-02-14 21:28:20 +01:00
Bukkit/Spigot
55523cfcfc
Add ray tracing and bounding box API
...
By: blablubbabc <lukas@wirsindwir.de >
2018-10-26 19:59:36 +11: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
28dfa926fd
SPIGOT-3568: Fix single letter pagination edge case
...
By: md_5 <git@md-5.net >
2017-09-18 20:46:38 +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
12570e1e28
SPIGOT-3283: Add finite checking util methods to Location / Vectors
...
By: md_5 <git@md-5.net >
2017-06-02 18:43:50 +10:00
Bukkit/Spigot
eae60ccc96
Implement pre-spawn API to allow modifications to spawned entities.
...
See preceding commit for why this change was included.
By: Xor Boole <mcyoung@mit.edu >
2016-12-06 21:38:05 +11:00
Bukkit/Spigot
f1fb3d9462
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net >
2016-11-17 12:40:59 +11:00
Bukkit/Spigot
3b51e3f230
Deprecate and stop using Java15Compat class.
...
By: md_5 <git@md-5.net >
2016-07-29 17:28:25 +10:00
Bukkit/Spigot
f192600993
Minecraft 1.9.4
...
By: md_5 <git@md-5.net >
2016-05-10 21:47:27 +10:00
Bukkit/Spigot
fef9177b36
Add non-mutative getCrossProduct method to Vector.
...
By: 0x277F <0x277F@gmail.com >
2016-02-05 21:08:42 -07:00
Bukkit/Spigot
76a64b3e2d
Revert finite checks in locations. Fixes SPIGOT-628 and others
...
By: md_5 <git@md-5.net >
2015-02-28 09:43:52 +11:00
Bukkit/Spigot
925591bd64
Add isFinite util methods.
...
By: md_5 <git@md-5.net >
2015-02-26 21:27:34 +11:00
Bukkit/Spigot
55b9c40dda
Move checkFinite methods to a util class.
...
By: md_5 <git@md-5.net >
2015-02-26 21:23:26 +11:00
Bukkit/Spigot
70bfc4d702
Only allow finite x,y,z and yaw,pitch values for Vector and Location
...
Many API methods rely on these to be finite (especially not NaN).
By: Jonas Konrad <me@yawk.at >
2014-12-27 16:48:21 +01:00
Bukkit/Spigot
bc78191ed2
Remove old bukkit command permission nodes.
...
By: FearThe1337 <admin@fearthe1337.com >
2014-12-11 21:15:55 +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
32f2dca3ed
Use region matching instead of sub-strings. Addresses BUKKIT-5275
...
By: Wesley Wolfe <weswolf@aol.com >
2014-01-04 12:50:19 -06: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
aa66c8025a
Update Update Bukkit to 1.7.2
...
By: mbax <matt@phozop.net >
2013-11-13 17:53:49 -07:00
Bukkit/Spigot
db05700052
Use simple multiplication for squaring. Fixes BUKKIT-4836
...
This change adds a method to NumberConversions for squaring and
replaces uses of Math.pow(..., 2) with the new method for efficiency
reasons.
By: Wesley Wolfe <weswolf@aol.com >
2013-10-09 01:56:35 -05:00
Bukkit/Spigot
67439804f4
Pulling all pending Bukkit-JavaDoc changes
...
By: Wesley Wolfe <weswolf@aol.com >
2013-09-10 21:02:53 -05:00
Bukkit/Spigot
9bc7b6277e
Add ConfigurationSerializable-Serializable compatibility. Adds BUKKIT-4662
...
This commit adds a comaptibility layer for use between
ConfigurationSerializable and Java Serializable, such that when using the
Bukkit object streams, any ConfigurationSerializable acts as if it
implements Serializable for purposes of that wrapped stream.
Included are a set of unit tests for the stream with a check for backward
compatibility across versions.
By: Wesley Wolfe <weswolf@aol.com >
2013-04-25 06:06:12 -05: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
761a84cb1b
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com >
2013-04-02 00:11:22 -04:00
Bukkit/Spigot
071c599044
Add Effect command. Adds BUKKIT-3763
...
By: feildmaster <admin@feildmaster.com >
2013-03-31 00:44:48 -05: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
14c7734fb1
Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602
...
CommandMap contains a method that will auto-complete commands
appropriately. Before the first space, it searches for commands of which
the sender has permission. After the first space, it delegates to the
individual command.
Vanilla commands contain implementations to mimic vanilla
implementation. Exception would be give, that allows for name matching;
a feature we already allowed as part of the command is now supported for
auto-complete as well.
Plugin commands can get a tab completer set to delegate the completion
for. If no tab completer is set, it can check the executor to see if it
implements the tab completion interface. It will also attempt to chain
calls if null gets returned from these interfaces. Plugins also
implement the new TabCompleter interface, to add ease-of-use for plugin
developers, similar to the onCommand() method.
The default command implementation simply searches for player names.
To help facilitate command completion, a utility class was added with
two functions. One checks two strings, to see if the specified string
starts with (ignoring case) the second. The other method uses the first
to selectively copy elements from one collection to another.
By: Score_Under <seejay.11@gmail.com >
2012-10-09 14:54:12 -05:00
Bukkit/Spigot
6d1174d97f
Revive the toggledownfall permission! (and fix descriptions)
...
By: feildmaster <admin@feildmaster.com >
2012-08-02 18:31:19 -05:00
Bukkit/Spigot
cb002502f8
Update Bukkit for 1.3.1 changes
...
By: feildmaster <admin@feildmaster.com >
2012-07-29 02:34:09 -05:00
Bukkit/Spigot
1d034350f7
Use existing function to get opposite block face
...
By: Acrobot <andrzejp@dysleksja.pl >
2012-05-20 11:14:43 +02:00
Bukkit/Spigot
3dc0047d2a
Adding ceil to NumberConversions
...
By: Wesley Wolfe <weswolf@aol.com >
2012-04-15 18:25:57 -05:00
Bukkit/Spigot
430de62323
[Bleeding] Correct handling of blank lines in ChatPaginator.
...
By: zml2008 <zach@zachsthings.com >
2012-03-10 13:40:05 -08:00