Add Javadoc "since API 1.0.0" to API methods and objects
This commit is contained in:
@@ -87,10 +87,6 @@ public class BatchGenerator implements IDhApiWorldGenerator
|
||||
// generator parameters //
|
||||
//======================//
|
||||
|
||||
// TODO implement
|
||||
// @Override
|
||||
// public EDhApiWorldGenThreadMode getThreadingMode() { return EDhApiWorldGenThreadMode.MULTI_THREADED; }
|
||||
|
||||
@Override
|
||||
public byte getSmallestDataDetailLevel() { return LodUtil.BLOCK_DETAIL_LEVEL; }
|
||||
@Override
|
||||
|
||||
@@ -97,6 +97,8 @@ public class GLState
|
||||
|
||||
public void restore()
|
||||
{
|
||||
// TODO this can cause issues if any of the values don't exist any more
|
||||
|
||||
GL32.glBindFramebuffer(GL32.GL_FRAMEBUFFER, this.fbo);
|
||||
if (this.blend)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user