public final class CharsetWiresCallbacks
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static CharsetWiresCallbacks |
INSTANCE |
| Constructor and Description |
|---|
CharsetWiresCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBundledInput(BundledRedstone module,
int channel) |
static int |
getInput(Redstone module) |
void |
onAttachCapabilities(net.minecraftforge.event.AttachCapabilitiesEvent.TileEntity event) |
static void |
onBundledOutputChanged(BundledRedstone module,
int channel) |
public static final CharsetWiresCallbacks INSTANCE
public void onAttachCapabilities(net.minecraftforge.event.AttachCapabilitiesEvent.TileEntity event)
public static void onBundledOutputChanged(BundledRedstone module, int channel)
public static int getInput(Redstone module)
public static int getBundledInput(BundledRedstone module, int channel)