File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/de/redstoneworld/redutilities Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ public static Set<EntityType> getEntityTypes(Set<String> inputSet) {
3636 * of specifications are supported here:
3737 *
3838 * <ul>
39- * <li>EntityType-Tag starting with "#" or "tag=" ( see <a href="https://minecraft.wiki/w/Tag#Entity_type_tags_2">Minecraft-Wiki</a>
39+ * <li>EntityType-Tag starting with "#" or "tag=" - see <a href="https://minecraft.wiki/w/Tag#Entity_type_tags_2">Minecraft-Wiki</a>
4040 * <i>(Vanilla Minecraft implementation)</i> and <a href="https://jd.papermc.io/paper/1.21.1/org/bukkit/Tag.html">PaperMC Java-Doc</a>
41- * <i>(Bukkit implementation)</i> for the EntityType-Tag lists) </li>
41+ * <i>(Bukkit implementation)</i> for the EntityType-Tag lists</li>
4242 * <li>Regex via "r="</li>
4343 * <li>clean ENTITY-TYPE names with wildcards via "*"</li>
4444 * <li>clean ENTITY-TYPE names</li>
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ public static Set<Material> getMaterials(Set<String> inputSet) {
3636 * of specifications are supported here:
3737 *
3838 * <ul>
39- * <li>Material-Tag starting with "#" or "tag=" ( see <a href="https://minecraft.wiki/w/Tag#Block_tags_2">Minecraft-Wiki</a>
39+ * <li>Material-Tag starting with "#" or "tag=" - see <a href="https://minecraft.wiki/w/Tag#Block_tags_2">Minecraft-Wiki</a>
4040 * <i>(Vanilla Minecraft implementation)</i> and <a href="https://jd.papermc.io/paper/1.21.1/org/bukkit/Tag.html">PaperMC Java-Doc</a>
41- * <i>(Bukkit implementation)</i> for the Material-Tag lists) </li>
41+ * <i>(Bukkit implementation)</i> for the Material-Tag lists</li>
4242 * <li>Regex via "r="</li>
4343 * <li>clean MATERIAL names with wildcards via "*"</li>
4444 * <li>clean MATERIAL names</li>
You can’t perform that action at this time.
0 commit comments