File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
- [ Release Candidate 30 (31 Dec 2021)] ( #release-candidate-30-31-dec-2021 )
4
4
- [ Release Candidate 29 (07 Nov 2021)] ( #release-candidate-29-07-nov-2021 )
5
5
- [ Release Candidate 28 (06 Sep 2021)] ( #release-candidate-28-06-sep-2021 )
31
31
- [ Release Candidate 2 (29 Sep 2019)] ( #release-candidate-2-29-sep-2019 )
32
32
- [ Release Candidate 1 (26 Sep 2019)] ( #release-candidate-1-26-sep-2019 )
33
33
34
- ## Release Candidate 31 (TBD )
34
+ ## Release Candidate 31 (14 Mar 2022 )
35
35
36
36
#### Additions
37
37
* Added Armored Jetpack
49
49
* You can now pick up Slimefun blocks in creative mode using the middle mouse button
50
50
* ` /sf search ` no longer shows items in hidden item groups (can be overidden by a config setting)
51
51
* Fluid Pumps can now fill bottles with water
52
+ * (API) Added Shulker boxes to ` ColoredMaterial ` enum
52
53
53
54
#### Changes
54
55
* (API) ` BiomeMapParser ` is now ` public `
Original file line number Diff line number Diff line change 2
2
3
3
import java .util .Optional ;
4
4
5
+ import javax .annotation .Nonnull ;
6
+
5
7
import org .bukkit .Keyed ;
6
8
import org .bukkit .entity .Player ;
7
9
import org .bukkit .inventory .ItemStack ;
@@ -24,6 +26,7 @@ public interface SlimefunGuideOption<T> extends Keyed {
24
26
*
25
27
* @return The registering {@link SlimefunAddon}
26
28
*/
29
+ @ Nonnull
27
30
SlimefunAddon getAddon ();
28
31
29
32
Optional <ItemStack > getDisplayItem (Player p , ItemStack guide );
You can’t perform that action at this time.
0 commit comments