Speedgot
Command Framework [1.7 - 1.21.4]
-----
A lightweight annotation based command system
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Added 6 new utility method to CommandArguments class
1.3.9
Added 6 new utility method to CommandArguments class.
CommandArguments#isNumeric(int)
- Checks if the value obtained from the argument at the specified index is numeric.
CommandArguments#isNumeric(String)
- Checks if the given string is numeric, i.e., if it contains only digit characters (0-9).
CommandArguments#isInteger(int)
- Checks if the value obtained from the argument at the specified index can be successfully parsed into an integer.
CommandArguments#isInteger(String)
- Checks if the given string can be successfully parsed into an integer.
CommandArguments#isFloatingDecimal(int)
- Checks if the value obtained from the argument at the specified index can be successfully parsed into a floating-point decimal
CommandArguments#isFloatingDecimal(String)
- Checks if the given string can be successfully parsed into a floating decimal.
Full Changelog:
1.3.8...1.3.9
----------
,
Feb 15, 2024
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
5,843
First Release:
Mar 10, 2021
Last Update:
Jan 3, 2025
Category:
---------------
All-Time Rating:
2 ratings
Find more info at github.com...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support