Commits

md_5 authored adcf6347c52
Fix error in Crafter documentation
No tags

src/main/java/org/bukkit/block/data/type/Crafter.java

Modified
1 1 package org.bukkit.block.data.type;
2 2
3 3 import org.bukkit.MinecraftExperimental;
4 4 import org.bukkit.block.data.BlockData;
5 +import org.bukkit.block.data.Powerable;
5 6 import org.jetbrains.annotations.ApiStatus;
6 7 import org.jetbrains.annotations.NotNull;
7 8
8 9 /**
9 10 * 'orientation' is the direction the block is facing.
10 11 * <br>
11 12 * Similar to {@link Powerable}, 'triggered' indicates whether or not the
12 13 * dispenser is currently activated.
13 14 * <br>
14 15 * 'crafting' is whether crafter's mouth is open and top is glowing.

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut