Class PatternUtils
java.lang.Object
io.github.thebusybiscuit.slimefun4.utils.PatternUtils
This class is created for common-use patterns used in things such as
Every time something like
String.split(String)
. Every time something like
String.split(String)
is called it will compile a Pattern
,
for code that is called often this can be a massive performance loss.
This class solves that, one compile but many uses!- Author:
- Walshy, TheBusyBiscuit
-
Field Details
-
SLASH_SEPARATOR
-
YAML_ENTRY
-
MINECRAFT_NAMESPACEDKEY
-
MINECRAFT_TAG
-
SLIMEFUN_TAG
-
USES_LEFT_LORE
-