HitboxCommand

public class HitboxCommand extends AbstractCommandCollection

Command for hitbo operations. Registered with the command system and callable by players.

java.lang.Object > AbstractCommandCollection > HitboxCommand

Field Summary

name

final String name

Field name.

boundingBox

final BlockBoundingBoxes boundingBox

Field boundingBox.

rotated

final BlockBoundingBoxes.RotatedVariantBoxes rotated

Field rotated.

details

final Box[] details

Field details.

header

final Message header

Field header.

detailMessages

final Set detailMessages

Field detailMessages.

threshold

final double threshold

Field threshold.

width

final double width

Field width.

height

final double height

Field height.

depth

final double depth

Field depth.

numberOfBlocks

final int numberOfBlocks

Field numberOfBlocks.

numberOfFillerBlocks

final int numberOfFillerBlocks

Field numberOfFillerBlocks.

Method Detail

HitboxCommand

public public HitboxCommand ()

Method HitboxCommand.

HitboxExtentsCommand

public new HitboxExtentsCommand ()

Method HitboxExtentsCommand.

HitboxGetCommand

public new HitboxGetCommand ()

Method HitboxGetCommand.

formatBox

static Message formatBox (@Nonnull final Box box)

Method formatBox.

Parameters:
@Nonnull final Box box

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context