#1361: Add more translation keys
By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
@@ -108,6 +108,12 @@ public class CraftPotionEffectType extends PotionEffectType implements Handleabl
|
||||
return Color.fromRGB(handle.getColor());
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getTranslationKey() {
|
||||
return handle.getDescriptionId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object other) {
|
||||
if (this == other) {
|
||||
|
||||
Reference in New Issue
Block a user