Class BlockHandler.Touch

java.lang.Object
net.minestom.server.instance.block.BlockHandler.Touch
Enclosing interface:
BlockHandler

public static final class BlockHandler.Touch extends Object
  • 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()