File tree Expand file tree Collapse file tree
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Table of contents
2- - [ Release Candidate 31 (TBD )] ( #release-candidate-31-tbd )
2+ - [ Release Candidate 31 (14 Mar 2022 )] ( #release-candidate-31-14-mar-2022 )
33- [ Release Candidate 30 (31 Dec 2021)] ( #release-candidate-30-31-dec-2021 )
44- [ Release Candidate 29 (07 Nov 2021)] ( #release-candidate-29-07-nov-2021 )
55- [ Release Candidate 28 (06 Sep 2021)] ( #release-candidate-28-06-sep-2021 )
3131- [ Release Candidate 2 (29 Sep 2019)] ( #release-candidate-2-29-sep-2019 )
3232- [ Release Candidate 1 (26 Sep 2019)] ( #release-candidate-1-26-sep-2019 )
3333
34- ## Release Candidate 31 (TBD )
34+ ## Release Candidate 31 (14 Mar 2022 )
3535
3636#### Additions
3737* Added Armored Jetpack
4949* You can now pick up Slimefun blocks in creative mode using the middle mouse button
5050* ` /sf search ` no longer shows items in hidden item groups (can be overidden by a config setting)
5151* Fluid Pumps can now fill bottles with water
52+ * (API) Added Shulker boxes to ` ColoredMaterial ` enum
5253
5354#### Changes
5455* (API) ` BiomeMapParser ` is now ` public `
Original file line number Diff line number Diff line change 22
33import java .util .Optional ;
44
5+ import javax .annotation .Nonnull ;
6+
57import org .bukkit .Keyed ;
68import org .bukkit .entity .Player ;
79import org .bukkit .inventory .ItemStack ;
@@ -24,6 +26,7 @@ public interface SlimefunGuideOption<T> extends Keyed {
2426 *
2527 * @return The registering {@link SlimefunAddon}
2628 */
29+ @ Nonnull
2730 SlimefunAddon getAddon ();
2831
2932 Optional <ItemStack > getDisplayItem (Player p , ItemStack guide );
You can’t perform that action at this time.
0 commit comments