-
Notifications
You must be signed in to change notification settings - Fork 1
Custom Gradients
Hempfest edited this page Aug 14, 2021
·
1 revision
Any gradient can be any form of RGB you need to use!
public class MyColor extends GradientColor {
public MyColor(CharSequence RGBstart, CharSequence RGBend) {
super(RGBstart, RGBend);
}
}
This is just a modifiable gradient, you can create one of these through use of StringUtils aswell!
// Green -> Purple
GradientColor color = new MyColor("#32a852", "#3e32a8").name("Fuschia").context("Test colored text.");
String text = color.join();
-
- AFK Player Utility
- Command Builder
- Command Utility
- Complete GUI Builder
- Complete Head Database/Locator
- Cooldown Abstraction
- Custom Gradient Color Interface
- Custom ID Generation
- Directional Enumeration
- Economy Interface Wrapper
- Entity Creation Tools
- File Management
- Item Recipe Builder
- Item Modification Builder
- Legacy Safe NamespacedKey
- Listing Collections
- Material Matcher
- Message Formatter
- String Utility
- Tab Completion Builder
- Task Scheduling
- Template Creation
- TextComponent Builder
- Vault Permission Interface Wrapper