public class ExtendFaceCommand extends AbstractCommandCollection
Command for extendfac operations. Registered with the command system and callable by players.
java.lang.Object > AbstractCommandCollection > ExtendFaceCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
x
final
int
x
Field x.
y
final
int
y
Field y.
z
final
int
z
Field z.
normalX
final
int
normalX
Field normalX.
normalY
final
int
normalY
Field normalY.
normalZ
final
int
normalZ
Field normalZ.
toolParam
final
int
toolParam
Field toolParam.
shapeRange
final
int
shapeRange
Field shapeRange.
key
final
String
key
Field key.
index
final
int
index
Field index.
xMin
final
int
xMin
Field xMin.
yMin
final
int
yMin
Field yMin.
zMin
final
int
zMin
Field zMin.
xMax
final
int
xMax
Field xMax.
yMax
final
int
yMax
Field yMax.
zMax
final
int
zMax
Field zMax.
min
final
Vector3i
min
Field min.
max
final
Vector3i
max
Field max.
Method Detail
ExtendFaceCommand
public
public
ExtendFaceCommand
()
Method ExtendFaceCommand.
ExtendFaceBasicCommand
public
new
ExtendFaceBasicCommand
()
Method ExtendFaceBasicCommand.
ExtendFaceWithRegionCommand
public
new
ExtendFaceWithRegionCommand
()
Method ExtendFaceWithRegionCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld