- Enclosing interface:
BlockHandler
public static final class BlockHandler.Tick
extends Object
-
Constructor Summary
Constructors
Tick(Block block,
Instance instance,
net.minestom.server.coordinate.Point blockPosition)
-
Method Summary
@NotNull net.minestom.server.coordinate.Point
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Tick
@Internal
public Tick(Block block,
Instance instance,
net.minestom.server.coordinate.Point blockPosition)
-
Method Details
-
getBlock
@NotNull
public @NotNull Block getBlock()
-
getInstance
@NotNull
public @NotNull Instance getInstance()
-
getBlockPosition
@NotNull
public @NotNull net.minestom.server.coordinate.Point getBlockPosition()