1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Change visibility to protected 13

This commit is contained in:
IAmSorry 2021-04-19 17:21:07 +02:00 committed by GitHub
parent b0a8ab55b9
commit ecda25819b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ public abstract class Reactor extends AbstractEnergyProvider implements Hologram
private final Set<Location> explosionsQueue = new HashSet<>(); private final Set<Location> explosionsQueue = new HashSet<>();
@ParametersAreNonnullByDefault @ParametersAreNonnullByDefault
public Reactor(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) { protected Reactor(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {
super(category, item, recipeType, recipe); super(category, item, recipeType, recipe);
new BlockMenuPreset(getId(), getInventoryTitle()) { new BlockMenuPreset(getId(), getInventoryTitle()) {