개인 자료란 (JE)

  서버 커뮤니티

Profile Ahram 대표칭호 없음
Profile

질문하기 Java

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

2020.05.21 조회 수 63 추천 수 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/115/774/003/262x150.crop.jpg?20240424234825

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0