C# 클래스 Minecraft.BiomeGen.F10.GenLayer

파일 보기 프로젝트 열기: mblaine/BiomePainter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
parent GenLayer

공개 메소드들

메소드 설명
GenLayer ( long l )
func_35497_a ( long l ) : Minecraft.BiomeGen.F10.GenLayer[]
getInts ( int i, int j, int k, int l ) : int[]
initChunkSeed ( long l, long l1 ) : void
initWorldGenSeed ( long l ) : void

보호된 메소드들

메소드 설명
nextInt ( int i ) : int

메소드 상세

GenLayer() 공개 메소드

public GenLayer ( long l )
l long

func_35497_a() 공개 정적인 메소드

public static func_35497_a ( long l ) : Minecraft.BiomeGen.F10.GenLayer[]
l long
리턴 Minecraft.BiomeGen.F10.GenLayer[]

getInts() 공개 추상적인 메소드

public abstract getInts ( int i, int j, int k, int l ) : int[]
i int
j int
k int
l int
리턴 int[]

initChunkSeed() 공개 메소드

public initChunkSeed ( long l, long l1 ) : void
l long
l1 long
리턴 void

initWorldGenSeed() 공개 메소드

public initWorldGenSeed ( long l ) : void
l long
리턴 void

nextInt() 보호된 메소드

protected nextInt ( int i ) : int
i int
리턴 int

프로퍼티 상세

parent 보호되어 있는 프로퍼티

protected GenLayer,Minecraft.BiomeGen.F10 parent
리턴 GenLayer