mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-23 18:45:31 +01:00
Change the name to be more appropriate
This commit is contained in:
parent
0328374951
commit
6845f6a0cb
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user