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

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

보호된 프로퍼티들

프로퍼티 타입 설명
parent GenLayer

공개 메소드들

메소드 설명
GenLayer ( long par1 )
func_48425_a ( long par0 ) : Minecraft.BiomeGen.F12.GenLayer[]
getInts ( int i, int j, int k, int l ) : int[]
initChunkSeed ( long par1, long par3 ) : void
initWorldGenSeed ( long par1 ) : void

보호된 메소드들

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

메소드 상세

GenLayer() 공개 메소드

public GenLayer ( long par1 )
par1 long

func_48425_a() 공개 정적인 메소드

public static func_48425_a ( long par0 ) : Minecraft.BiomeGen.F12.GenLayer[]
par0 long
리턴 Minecraft.BiomeGen.F12.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 par1, long par3 ) : void
par1 long
par3 long
리턴 void

initWorldGenSeed() 공개 메소드

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

nextInt() 보호된 메소드

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

프로퍼티 상세

parent 보호되어 있는 프로퍼티

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