mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
ConfigType#getTypeClass -> getTypeKey
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ public class FeatureConfigType implements ConfigType<FeatureTemplate, Feature> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public TypeKey<Feature> getTypeClass() {
|
||||
public TypeKey<Feature> getTypeKey() {
|
||||
return FEATURE_TYPE_KEY;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user