Change the name to be more appropriate

This commit is contained in:
Andrzej Pomirski 2014-04-12 13:27:49 +02:00
parent 0328374951
commit 6845f6a0cb

View File

@ -48,7 +48,7 @@ public class BlockUtil {
* @param sign Sign which is attached
* @return Block to which the sign is attached
*/
public static Block getAttachedFace(Sign sign) {
public static Block getAttachedBlock(Sign sign) {
return sign.getBlock().getRelative(((Attachable) sign.getData()).getAttachedFace());
}