From 2d1d29eb378336ec0b59d29187e8ce90d69db01d Mon Sep 17 00:00:00 2001 From: yueh Date: Sat, 17 Sep 2016 14:49:40 +0200 Subject: [PATCH] Removed AE1 API artifact for bees --- .../api/integration/IBeeComparison.java | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 src/api/java/appeng/api/integration/IBeeComparison.java diff --git a/src/api/java/appeng/api/integration/IBeeComparison.java b/src/api/java/appeng/api/integration/IBeeComparison.java deleted file mode 100644 index 677e82ce..00000000 --- a/src/api/java/appeng/api/integration/IBeeComparison.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * The MIT License (MIT) - * - * Copyright (c) 2013 AlgorithmX2 - * - * Permission is hereby granted, free of charge, to any person obtaining a copy of - * this software and associated documentation files (the "Software"), to deal in - * the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of - * the Software, and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -package appeng.api.integration; - - -/** - * An interface to get access to the individual settings for AE's Internal Bee - * Comparison handler. - * - * Assessable via: ( IBeeComparison ) - * IAEItemStack.getTagCompound().getSpecialComparison() - * - * If you don't have the forestry API, just delete this file when using the API. - */ -public interface IBeeComparison -{ - - /** - * @return the Forestry IIndividual for this comparison object - cast this to a IIndividual if you want to use it. - */ - Object getIndividual(); -} \ No newline at end of file