mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 07:11:14 +00:00
ConfigType#getTypeClass -> getTypeKey
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class PaletteConfigType implements ConfigType<PaletteTemplate, Palette> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public TypeKey<Palette> getTypeClass() {
|
||||
public TypeKey<Palette> getTypeKey() {
|
||||
return PALETTE_TYPE_TOKEN;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user