Interface IRedstoneLinkable
- All Known Implementing Classes:
LinkBehaviour
public interface IRedstoneLinkable
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.BlockPosintbooleanisAlive()booleanvoidsetReceivedStrength(int power)
-
Method Details
-
getTransmittedStrength
int getTransmittedStrength() -
setReceivedStrength
void setReceivedStrength(int power) -
isListening
boolean isListening() -
isAlive
boolean isAlive() -
getNetworkKey
Couple<RedstoneLinkNetworkHandler.Frequency> getNetworkKey() -
getLocation
net.minecraft.core.BlockPos getLocation()
-