@@ -527,7 +527,7 @@ public static Icon fromProtobuf(com.lunarclient.apollo.common.v1.Icon icon) {
527527 *
528528 * @param icon the item stack icon
529529 * @return the proto item stack icon message
530- * @since 1.2.4
530+ * @since 1.2.5
531531 */
532532 public static com .lunarclient .apollo .common .v1 .ItemStackIcon toProtobuf (ItemStackIcon icon ) {
533533 com .lunarclient .apollo .common .v1 .ItemStackIcon .Builder builder = com .lunarclient .apollo .common .v1 .ItemStackIcon .newBuilder ()
@@ -547,7 +547,7 @@ public static com.lunarclient.apollo.common.v1.ItemStackIcon toProtobuf(ItemStac
547547 *
548548 * @param icon the item stack icon message
549549 * @return the item stack icon
550- * @since 1.2.4
550+ * @since 1.2.5
551551 */
552552 public static ItemStackIcon fromProtobuf (com .lunarclient .apollo .common .v1 .ItemStackIcon icon ) {
553553 return ItemStackIcon .builder ()
@@ -563,7 +563,7 @@ public static ItemStackIcon fromProtobuf(com.lunarclient.apollo.common.v1.ItemSt
563563 *
564564 * @param icon the resource location icon
565565 * @return the proto resource location icon message
566- * @since 1.2.4
566+ * @since 1.2.5
567567 */
568568 public static com .lunarclient .apollo .common .v1 .ResourceLocationIcon toProtobuf (ResourceLocationIcon icon ) {
569569 return com .lunarclient .apollo .common .v1 .ResourceLocationIcon .newBuilder ()
@@ -577,7 +577,7 @@ public static com.lunarclient.apollo.common.v1.ResourceLocationIcon toProtobuf(R
577577 *
578578 * @param icon the resource location icon message
579579 * @return the resource location icon
580- * @since 1.2.4
580+ * @since 1.2.5
581581 */
582582 public static ResourceLocationIcon fromProtobuf (com .lunarclient .apollo .common .v1 .ResourceLocationIcon icon ) {
583583 return ResourceLocationIcon .builder ()
@@ -591,7 +591,7 @@ public static ResourceLocationIcon fromProtobuf(com.lunarclient.apollo.common.v1
591591 *
592592 * @param icon the simple resource location icon
593593 * @return the proto simple resource location icon message
594- * @since 1.2.4
594+ * @since 1.2.5
595595 */
596596 public static com .lunarclient .apollo .common .v1 .SimpleResourceLocationIcon toProtobuf (SimpleResourceLocationIcon icon ) {
597597 return com .lunarclient .apollo .common .v1 .SimpleResourceLocationIcon .newBuilder ()
@@ -606,7 +606,7 @@ public static com.lunarclient.apollo.common.v1.SimpleResourceLocationIcon toProt
606606 *
607607 * @param icon the simple resource location icon message
608608 * @return the simple resource location icon
609- * @since 1.2.4
609+ * @since 1.2.5
610610 */
611611 public static SimpleResourceLocationIcon fromProtobuf (com .lunarclient .apollo .common .v1 .SimpleResourceLocationIcon icon ) {
612612 return SimpleResourceLocationIcon .builder ()
@@ -621,7 +621,7 @@ public static SimpleResourceLocationIcon fromProtobuf(com.lunarclient.apollo.com
621621 *
622622 * @param icon the advanced resource location icon
623623 * @return the proto advanced resource location icon message
624- * @since 1.2.4
624+ * @since 1.2.5
625625 */
626626 public static com .lunarclient .apollo .common .v1 .AdvancedResourceLocationIcon toProtobuf (AdvancedResourceLocationIcon icon ) {
627627 return com .lunarclient .apollo .common .v1 .AdvancedResourceLocationIcon .newBuilder ()
@@ -641,7 +641,7 @@ public static com.lunarclient.apollo.common.v1.AdvancedResourceLocationIcon toPr
641641 *
642642 * @param icon the advanced resource location icon message
643643 * @return the advanced resource location icon
644- * @since 1.2.4
644+ * @since 1.2.5
645645 */
646646 public static AdvancedResourceLocationIcon fromProtobuf (com .lunarclient .apollo .common .v1 .AdvancedResourceLocationIcon icon ) {
647647 return AdvancedResourceLocationIcon .builder ()
0 commit comments