public final class ProjectRedTileInteraction
extends java.lang.Object
implements mrtjp.projectred.api.IBundledTileInteraction
| Modifier and Type | Field and Description |
|---|---|
static ProjectRedTileInteraction |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConnectBundled(net.minecraft.world.World world,
int x,
int y,
int z,
int side) |
byte[] |
getBundledSignal(net.minecraft.world.World world,
int x,
int y,
int z,
int side) |
boolean |
isValidInteractionFor(net.minecraft.world.World world,
int x,
int y,
int z) |
void |
register() |
public static final ProjectRedTileInteraction INSTANCE
public void register()
public boolean isValidInteractionFor(net.minecraft.world.World world,
int x,
int y,
int z)
isValidInteractionFor in interface mrtjp.projectred.api.IBundledTileInteractionpublic boolean canConnectBundled(net.minecraft.world.World world,
int x,
int y,
int z,
int side)
canConnectBundled in interface mrtjp.projectred.api.IBundledTileInteractionpublic byte[] getBundledSignal(net.minecraft.world.World world,
int x,
int y,
int z,
int side)
getBundledSignal in interface mrtjp.projectred.api.IBundledTileInteraction