Skip to content

Commit 495208a

Browse files
[CI skip] Updated changelog
1 parent b037c96 commit 495208a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
@@ -31,7 +31,7 @@
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
@@ -49,6 +49,7 @@
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`

src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import java.util.Optional;
44

5+
import javax.annotation.Nonnull;
6+
57
import org.bukkit.Keyed;
68
import org.bukkit.entity.Player;
79
import 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);

0 commit comments

Comments
 (0)