Inspection and Cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ package eu.mhsl.minenet.minigames.message.component;
|
||||
|
||||
|
||||
public class NamespacedTranslatable {
|
||||
private String namespace;
|
||||
private final String namespace;
|
||||
|
||||
public NamespacedTranslatable(String namespace) {
|
||||
this.namespace = namespace;
|
||||
|
||||
@@ -8,7 +8,7 @@ import net.minestom.server.entity.Player;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class TranslatedComponent implements ComponentLike, Translatable {
|
||||
private String mapId;
|
||||
private final String mapId;
|
||||
private String result;
|
||||
|
||||
private NamedTextColor color;
|
||||
|
||||
Reference in New Issue
Block a user