public class PrefabPathNodesCommand extends AbstractWorldCommand
Command for prefabpathnode operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > PrefabPathNodesCommand
Field Summary
worldgenId
final
Integer
worldgenId
Field worldgenId.
uuid
final
UUID
uuid
Field uuid.
worldPathData
final
WorldPathData
worldPathData
Field worldPathData.
path
final
IPrefabPath
path
Field path.
sb
final
StringBuilder
sb
Field sb.
msg
final
Message
msg
Field msg.
waypoints
final
List
waypoints
Field waypoints.
order
final
int[]
order
Field order.
n
final
int
n
Field n.
pos
final
Vector3d
pos
Field pos.
rotation
final
Vector3f
rotation
Field rotation.
n2
final
int
n2
Field n2.
Method Detail
PrefabPathNodesCommand
public
public
PrefabPathNodesCommand
()
Method PrefabPathNodesCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Worldworld@Nonnull final Storestore