Uses of Enum Class
com.mclds.plugins.realm.RealmPlugin.RepairMode
Packages that use RealmPlugin.RepairMode
-
Uses of RealmPlugin.RepairMode in com.mclds.plugins.realm
Methods in com.mclds.plugins.realm that return RealmPlugin.RepairModeModifier and TypeMethodDescriptionstatic RealmPlugin.RepairModeReturns the enum constant of this class with the specified name.static RealmPlugin.RepairMode[]RealmPlugin.RepairMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mclds.plugins.realm with parameters of type RealmPlugin.RepairModeModifier and TypeMethodDescriptionRealmPlugin.repairRealms(RealmPlugin.RepairMode mode) 修复领地数据错误: 孤儿子领地(root 指向已不存在的主领地) 主领地缺失 root_realm_data root.children 中的悬空引用(指向不存在或不指向自己的子领地) 返回修复报告。