update several comments

This commit is contained in:
James Seibel
2023-12-19 07:18:23 -06:00
parent 1d88d12632
commit 8dbeb16f33
6 changed files with 21 additions and 13 deletions
@@ -46,7 +46,7 @@ import com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IOverri
* the concrete object we replaced, there would be issues.
*
* @author James Seibel
* @version 2023-8-26
* @version 2023-12-16
* @since API 1.0.0
*/
public class DhApi
@@ -77,4 +77,13 @@ public interface IDhApiWrapperFactory
*/
IDhApiBlockStateWrapper getAirBlockStateWrapper();
///**
// * Specifically designed to be used with the API.
// *
// * @throws ClassCastException with instructions on expected objects if the object couldn't be cast
// */
//IChunkWrapper createChunkWrapper(Object[] objectArray) throws ClassCastException;
}