Class Setting
java.lang.Object
com.mclds.plugins.server.documents.Setting
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean是否允许其他玩家访问藏品boolean是否允许其他玩家查看自己的背包(盔甲等和手上物品)boolean是否允许其他玩家访问收藏的领地boolean是否允许其他玩家访问加入的领地boolean是否公开自己的坐标信息boolean是否允许其他玩家访问自己的领地booleanboolean================= HUD 设置 ===================booleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
can_collection_see
public boolean can_collection_see是否允许其他玩家访问藏品 -
can_equipment_see
public boolean can_equipment_see是否允许其他玩家查看自己的背包(盔甲等和手上物品) -
can_owned_realm_see
public boolean can_owned_realm_see是否允许其他玩家访问自己的领地 -
can_joined_realm_see
public boolean can_joined_realm_see是否允许其他玩家访问加入的领地 -
can_favorite_realm_see
public boolean can_favorite_realm_see是否允许其他玩家访问收藏的领地 -
can_location_see
public boolean can_location_see是否公开自己的坐标信息 -
hud_show_money
public boolean hud_show_money================= HUD 设置 =================== -
hud_show_direction
public boolean hud_show_direction -
hud_show_time
public boolean hud_show_time -
hud_show_realm
public boolean hud_show_realm
-
-
Constructor Details
-
Setting
public Setting()
-