例文を組み込んだAlfred Workflowを作りました: Alfred Git Commit Message Example
以下転載:
以下転載:
| import java.lang.reflect.Constructor; | |
| import java.lang.reflect.InvocationTargetException; | |
| import java.lang.reflect.Method; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.Location; | |
| import org.bukkit.util.Vector; | |
| /** | |
| * Small util to load and save structures<br> |
| (function() { | |
| // The following utility function are taken from EnhancedDiscord, developed by | |
| // joe27g <https://github.com/joe27g>, and licensed under an MIT License. | |
| // All credit goes to joe27g for the breadth of the work regarding accessing | |
| // webpack modules at runtime. | |
| // | |
| // --- | |
| // MIT License | |
| // |