Example #1
0
 public boolean setDirection(BlockFace direction, boolean sloped) {
   return this.setState(RailsState.get(direction, sloped));
 }
Example #2
0
 public boolean setDirection(BlockFace dir1, BlockFace dir2) {
   return this.setState(RailsState.get(dir1, dir2));
 }