| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| public interface SignalAwareVolume extends PrimitiveGameVolume { | ||
|
|
||
| /** | ||
| * Returns whether the given position can conduct the signal. |
There was a problem hiding this comment.
Is there any implicit direction being mentioned here? Does direction actually matter in this case?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
SpongeAPI | Sponge
Adds volume that allows getting redstone signal.
There are 4 different ways of getting this signal from a block and each of them has a set of similar methods.
So I think the most sane way would be to add registry with those SignalTypes.
The only exception is that analog signal doesn't support direction-based ouput so in impl passed direction is ignored.