- Enclosing interface:
BlockHandler
public static final class BlockHandler.Touch
extends Object
-
Constructor Summary
Constructors
-
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
-
Touch
@Internal
public Touch(Block block,
Instance instance,
net.minestom.server.coordinate.Point blockPosition,
Entity touching)
-
Method Details
-
getBlock
@NotNull
public @NotNull Block getBlock()
-
getInstance
@NotNull
public @NotNull Instance getInstance()
-
getBlockPosition
@NotNull
public @NotNull net.minestom.server.coordinate.Point getBlockPosition()
-
getTouching
@NotNull
public @NotNull Entity getTouching()