Class ChunkCompileTaskGenerator
- java.lang.Object
-
- net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
-
public class ChunkCompileTaskGenerator extends java.lang.Object
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChunkCompileTaskGenerator.Status
static class
ChunkCompileTaskGenerator.Type
-
Field Summary
Fields Modifier and Type Field Description long
goddamnFuckingTimeout
long
time
-
Constructor Summary
Constructors Constructor Description ChunkCompileTaskGenerator(RenderChunk renderChunkIn, ChunkCompileTaskGenerator.Type typeIn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFinishRunnable(java.lang.Runnable parRunnable)
boolean
canExecuteYet()
void
finish()
CompiledChunk
getCompiledChunk()
RegionRenderCacheBuilder
getRegionRenderCacheBuilder()
RenderChunk
getRenderChunk()
ChunkCompileTaskGenerator.Status
getStatus()
ChunkCompileTaskGenerator.Type
getType()
boolean
isFinished()
void
setCompiledChunk(CompiledChunk compiledChunkIn)
void
setRegionRenderCacheBuilder(RegionRenderCacheBuilder regionRenderCacheBuilderIn)
void
setStatus(ChunkCompileTaskGenerator.Status statusIn)
-
-
-
Constructor Detail
-
ChunkCompileTaskGenerator
public ChunkCompileTaskGenerator(RenderChunk renderChunkIn, ChunkCompileTaskGenerator.Type typeIn)
-
-
Method Detail
-
getStatus
public ChunkCompileTaskGenerator.Status getStatus()
-
getRenderChunk
public RenderChunk getRenderChunk()
-
getCompiledChunk
public CompiledChunk getCompiledChunk()
-
setCompiledChunk
public void setCompiledChunk(CompiledChunk compiledChunkIn)
-
getRegionRenderCacheBuilder
public RegionRenderCacheBuilder getRegionRenderCacheBuilder()
-
setRegionRenderCacheBuilder
public void setRegionRenderCacheBuilder(RegionRenderCacheBuilder regionRenderCacheBuilderIn)
-
setStatus
public void setStatus(ChunkCompileTaskGenerator.Status statusIn)
-
finish
public void finish()
-
addFinishRunnable
public void addFinishRunnable(java.lang.Runnable parRunnable)
-
getType
public ChunkCompileTaskGenerator.Type getType()
-
isFinished
public boolean isFinished()
-
canExecuteYet
public boolean canExecuteYet()
-
-