Add Javadoc "since API 1.0.0" to API methods and objects

This commit is contained in:
James Seibel
2023-08-16 07:42:12 -05:00
parent 468c8b134c
commit 7aa432951c
75 changed files with 145 additions and 28 deletions
@@ -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)
{