mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-11 21:56:55 +00:00
formatting change
This commit is contained in:
@@ -59,7 +59,8 @@ public interface EnchantioEnchant {
|
|||||||
|
|
||||||
static @Nullable ItemStack findFirstWithEnchant(
|
static @Nullable ItemStack findFirstWithEnchant(
|
||||||
@NotNull EntityEquipment equipment,
|
@NotNull EntityEquipment equipment,
|
||||||
@NotNull Enchantment enchantment) {
|
@NotNull Enchantment enchantment
|
||||||
|
) {
|
||||||
|
|
||||||
Set<EquipmentSlotGroup> equipmentSlotGroups = enchantment.getActiveSlotGroups();
|
Set<EquipmentSlotGroup> equipmentSlotGroups = enchantment.getActiveSlotGroups();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user