mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-23 16:41:42 +01:00
Remove ; after record definition
This commit is contained in:
parent
5ad2ba1cd9
commit
db2b97d2fc
@ -25,7 +25,7 @@ import com.google.gson.annotations.Expose;
|
||||
public class BlueprintEntity {
|
||||
|
||||
public record MythicMobRecord(String type, String displayName, double level, float power, String stance) {
|
||||
};
|
||||
}
|
||||
|
||||
// GSON can serialize records, but the record class needs to be know in advance. So this breaks out the record entries
|
||||
@Expose
|
||||
|
Loading…
Reference in New Issue
Block a user