类 LevelRenderer.RenderChunkInfo
java.lang.Object
net.minecraft.client.renderer.LevelRenderer.RenderChunkInfo
- 封闭类:
- LevelRenderer
-
字段概要
字段修饰符和类型字段说明(专用程序包) final ChunkRenderDispatcher.RenderChunk
(专用程序包) byte
private byte
(专用程序包) final int
-
构造器概要
构造器构造器说明RenderChunkInfo
(ChunkRenderDispatcher.RenderChunk pChunk, Direction pSourceDirection, int pStep) -
方法概要
修饰符和类型方法说明void
addSourceDirection
(Direction pDirection) boolean
boolean
hasDirection
(Direction pFacing) int
hashCode()
boolean
hasSourceDirection
(int pDirectionIndex) boolean
boolean
isAxisAlignedWith
(int pX, int pY, int pZ) void
setDirections
(byte pDir, Direction pFacing)
-
字段详细资料
-
chunk
-
sourceDirections
private byte sourceDirections -
directions
byte directions -
step
final int step
-
-
构造器详细资料
-
RenderChunkInfo
RenderChunkInfo(ChunkRenderDispatcher.RenderChunk pChunk, @Nullable Direction pSourceDirection, int pStep)
-
-
方法详细资料
-
setDirections
-
hasDirection
-
addSourceDirection
-
hasSourceDirection
public boolean hasSourceDirection(int pDirectionIndex) -
hasSourceDirections
public boolean hasSourceDirections() -
isAxisAlignedWith
public boolean isAxisAlignedWith(int pX, int pY, int pZ) -
hashCode
public int hashCode() -
equals
-