@@ -30,6 +30,7 @@ public class Ladder extends SimpleAttachableMaterialData {
|
||||
*
|
||||
* @return BlockFace attached to
|
||||
*/
|
||||
@Override
|
||||
public BlockFace getAttachedFace() {
|
||||
byte data = getData();
|
||||
|
||||
@@ -53,6 +54,7 @@ public class Ladder extends SimpleAttachableMaterialData {
|
||||
/**
|
||||
* Sets the direction this ladder is facing
|
||||
*/
|
||||
@Override
|
||||
public void setFacingDirection(BlockFace face) {
|
||||
byte data = (byte) 0x0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user