mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 08:50:04 -04:00
Minor cleanup.
This commit is contained in:
parent
eee133dfed
commit
4ce73e6413
@ -109,5 +109,5 @@ public interface Environment {
|
||||
*
|
||||
* @param message the message to handle.
|
||||
*/
|
||||
abstract void onMessage(Message message);
|
||||
void onMessage(Message message);
|
||||
}
|
||||
|
@ -3,15 +3,13 @@ package li.cil.oc.common.tileentity
|
||||
import li.cil.oc.Settings
|
||||
import li.cil.oc.api
|
||||
import li.cil.oc.api.network.Visibility
|
||||
import li.cil.oc.common.tileentity.traits.BundledRedstoneAware
|
||||
import li.cil.oc.common.tileentity.traits.Environment
|
||||
import li.cil.oc.integration.util.BundledRedstone
|
||||
import li.cil.oc.server.component
|
||||
import li.cil.oc.util.ExtendedNBT._
|
||||
import net.minecraft.nbt.NBTTagCompound
|
||||
import net.minecraftforge.common.util.ForgeDirection
|
||||
|
||||
class Redstone extends Environment with BundledRedstoneAware {
|
||||
class Redstone extends traits.Environment with traits.BundledRedstoneAware {
|
||||
val instance =
|
||||
if (BundledRedstone.isAvailable)
|
||||
new component.Redstone.Bundled(this)
|
||||
|
Loading…
x
Reference in New Issue
Block a user