pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.fluid.connecting
/
ConnectingTask
Connecting
Task
class
ConnectingTask
(
val
player
:
Player
,
val
from
:
ConnectingPoint
,
val
pipe
:
FluidPipe
)
(
source
)
Members
Constructors
Connecting
Task
Link copied to clipboard
constructor
(
player
:
Player
,
from
:
ConnectingPoint
,
pipe
:
FluidPipe
)
Types
Companion
Link copied to clipboard
object
Companion
Result
Link copied to clipboard
class
Result
(
val
to
:
FluidPointInteraction
,
val
pipesUsed
:
Int
)
Properties
from
Link copied to clipboard
val
from
:
ConnectingPoint
is
Valid
Link copied to clipboard
var
isValid
:
Boolean
pipe
Link copied to clipboard
val
pipe
:
FluidPipe
player
Link copied to clipboard
val
player
:
Player
task
Link copied to clipboard
val
task
:
@
NotNull
BukkitTask
to
Link copied to clipboard
var
to
:
ConnectingPoint
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
finish
Link copied to clipboard
fun
finish
(
)
:
ConnectingTask.Result
?
path
Intersects
Blocks
Link copied to clipboard
fun
pathIntersectsBlocks
(
)
:
Boolean