This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minelucky.luckyapi.shared.redis.channels; | |
import com.google.gson.JsonObject; | |
import lombok.NoArgsConstructor; | |
@NoArgsConstructor | |
public abstract class AbstractMessage implements Message<JsonObject> { | |
protected JsonObject data = new JsonObject(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void main(String[] args) throws IOException { | |
final BufferedImage image = new BufferedImage(1024, 1024, BufferedImage.TYPE_INT_ARGB); | |
final Graphics graphics = image.getGraphics(); | |
int center = image.getWidth() / 2; | |
int outerRadius = 512; | |
int segments = 18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knockbackFriction = 2.0D; | |
knockbackHorizontal = 0.35D; | |
knockbackVertical = 0.35D; | |
knockbackVerticalLimit = 0.4D; | |
knockbackExtraHorizontal = 0.425D; | |
knockbackExtraVertical = 0.085D; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Config Tutorial | |
# | |
# Name: Name of the item. | |
# DisplayName: ID for each item, important they are all different. | |
# Durability: Number of hits until the item breaks. | |
# Lore: | |
# - 'String list format like this' | |
# - 'Second string in lore' | |
# Enchants: | |
# - name,level |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Config Tutorial | |
# | |
# Name: Name of the item. | |
# DisplayName: ID for each item, important they are all different. | |
# Durability: Number of hits until the item breaks. | |
# Lore: | |
# - 'String list format like this' | |
# - 'Second string in lore' | |
# Enchants: | |
# - name,level |