Skip to content

Commit

Permalink
🎨 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Aug 12, 2024
1 parent c06ef2d commit 013ac8d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .idea/ModAliasState.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @author kitUIN
*/
public class ChatImageStyle {

// IF <= forge-1.20.2
// public static final #HoverEvent#.Action<ChatImageCode> SHOW_IMAGE =
// new #HoverEvent#.Action<>("show_chatimage", true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ public class SimpleUtil {
// END IF
}

public static #Button# createButton(int pX, int pY, int pWidth, int pHeight, #Component# pMessage, #Button#.OnPress pOnPress, #Button.OnTooltip# pOnTooltip){
public static #Button# createButton(int pX, int pY, int pWidth, int pHeight, #Component# pMessage, #Button.OnPress# pOnPress, #Button.OnTooltip# pOnTooltip){
// IF >= forge-1.20
// return #Button#.builder(pMessage, pOnPress).bounds(pX, pY, pWidth, pHeight).tooltip(pOnTooltip).build();
// ELSE
// return #Button#(pX, pY, pWidth, pHeight, pMessage, pOnPress, pOnTooltip);
// END IF
}

public static #Button# createButton(int pX, int pY, int pWidth, int pHeight, #Component# pMessage, #Button#.OnPress pOnPress){
public static #Button# createButton(int pX, int pY, int pWidth, int pHeight, #Component# pMessage, #Button.OnPress# pOnPress){
// IF >= forge-1.20
// return #Button#.builder(pMessage, pOnPress).bounds(pX, pY, pWidth, pHeight).build();
// ELSE
Expand Down
Binary file not shown.

0 comments on commit 013ac8d

Please sign in to comment.