@@ -94,44 +94,44 @@ method is now the equivalent of `/helloworld <name>`, `<name>` being a `String`
9494strings. You can use following combinations of annotations and types by default (all of them requires
9595[ ` CommandArgument ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/CommandArgument.html ) .):
9696
97- * ` Advancement `
98- * ` Attribute `
99- * ` @Block ` ` Material `
100- * ` BlockData `
97+ * [ ` Advancement ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/advancement/Advancement.html )
98+ * [ ` Attribute ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html )
99+ * [ ` @Block ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/modifier/Block.html ) [ ` Material ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html )
100+ * [ ` BlockData ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/data/BlockData.html )
101101* ` Boolean `
102102* ` boolean `
103- * ` World `
103+ * [ ` World ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/World.html )
104104* ` Double `
105105* ` double `
106- * ` PotionEffectType `
107- * ` Enchantment `
108- * ` Entity `
106+ * [ ` PotionEffectType ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html )
107+ * [ ` Enchantment ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html )
108+ * [ ` Entity ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Entity.html )
109109* ` Float `
110110* ` float `
111- * ` GameMode `
111+ * [ ` GameMode ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/GameMode.html )
112112* ` Integer `
113113* ` int `
114- * ` @InventorySlot ` ` Integer `
115- * ` @InventorySlot ` ` int `
116- * ` @Item ` ` Material `
117- * ` ItemStack `
118- * ` Location `
114+ * [ ` @InventorySlot ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/modifier/NumberLimitations.html ) ` Integer `
115+ * [ ` @InventorySlot ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/modifier/NumberLimitations.html ) ` int `
116+ * [ ` @Item ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/modifier/Item.html ) [ ` Material ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html )
117+ * [ ` ItemStack ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemStack.html )
118+ * [ ` Location ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Location.html )
119119* ` Long `
120120* ` long `
121- * ` Entity ` [ ]
122- * ` Player ` [ ]
123- * ` Player `
121+ * [ ` Entity ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Entity.html ) \ []
122+ * [ ` Player ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html ) \ []
123+ * [ ` Player ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html )
124124* ` String `
125- * ` BaseComponent `
126- * ` @Vector Location `
125+ * [ ` BaseComponent ` ] ( https://javadoc.io/doc/net.md-5/bungeecord-chat/latest/net/md_5/bungee/api/chat/BaseComponent.html )
126+ * [ ` @Vector ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/modifier/Vector.html ) [ ` Location ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Location.html )
127127
128128These don't require a [ ` CommandArgument ` ] ( https://efekos.dev/javadoc/arn/0.1/dev/efekos/arn/annotation/CommandArgument.html )
129129annotation.
130130
131- * ` BlockCommandSender `
132- * ` CommandSender `
133- * ` ConsoleCommandSender `
134- * ` Player `
131+ * [ ` BlockCommandSender ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/command/BlockCommandSender.html )
132+ * [ ` CommandSender ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/command/CommandSender.html )
133+ * [ ` ConsoleCommandSender ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/command/ConsoleCommandSender.html )
134+ * [ ` Player ` ] ( https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html )
135135
136136By default, name of an argument is same with name of the parameter. If you want, you can explicitly specify argument
137137names like this.
0 commit comments