개인 자료란 (JE)

  서버 커뮤니티

Profile Ahram 대표칭호 없음
Profile

질문하기 Java

랜덤텔레포트 오류 질문드립니다

2020.05.21 조회 수 100 추천 수 0
이해도 플러그인 
게임버전 (JE) 버킷 

랜덤 텔레포트 플러그인을 만들고있는데

자꾸 땅속에서 스폰되는 경우가 생기네요


코드는 다음과 같습니다:


public class TeleportUtils {

    public static Location generateLocation(Player player){
        Random random = new Random();
        World over = Bukkit.getServer().getWorld("world_overworld");


        int x = random.nextInt(5000)*(random.nextBoolean() ?-1:+1);
        int y = 150;
        int z = random.nextInt(5000)*(random.nextBoolean() ?-1:+1);

        Location randomLocation = new Location(over, x, y, z);

        y = randomLocation.getWorld().getHighestBlockYAt(randomLocation);
        randomLocation.setY(y);

        return randomLocation;
    }
}

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!

뉴스 및 창작물
/files/thumbnails/477/930/003/262x150.crop.jpg?20241201030912

레드스톤

뉴진스 - Super Shy | 마크 노트블럭 커버

노트블럭전문가

2024-12-01

0

/files/thumbnails/483/916/003/262x150.crop.jpg?20241127115329

레드스톤

[노트블럭 커버] 뉴진스 - ETA 3

노트블럭전문가

2024-11-27

1

/files/thumbnails/150/925/003/262x150.crop.jpg?20241123005717

건축

응답하라 1988 ? 1

팀뉴일리시

2024-11-23

5

/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 6

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2