Interface PropertiesManagementHandler

All Known Implementing Classes:
PropertiesManagementHandlerImpl

public interface PropertiesManagementHandler
Mappings:
Namespace Name
named net/minecraft/server/dedicated/management/handler/PropertiesManagementHandler
intermediary net/minecraft/class_11832
official auq
  • Method Details

    • getAutosave

      boolean getAutosave()
      Mappings:
      Namespace Name Mixin selector
      named getAutosave Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getAutosave()Z
      intermediary method_73777 Lnet/minecraft/class_11832;method_73777()Z
      official a Lauq;a()Z
    • setAutosave

      boolean setAutosave(boolean autosaveEnabled, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setAutosave Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setAutosave(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73782 Lnet/minecraft/class_11832;method_73782(ZLnet/minecraft/class_11838;)Z
      official a Lauq;a(ZLauy;)Z
    • getDifficulty

      Difficulty getDifficulty()
      Mappings:
      Namespace Name Mixin selector
      named getDifficulty Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getDifficulty()Lnet/minecraft/world/Difficulty;
      intermediary method_73783 Lnet/minecraft/class_11832;method_73783()Lnet/minecraft/class_1267;
      official b Lauq;b()Lcbn;
    • setDifficulty

      Difficulty setDifficulty(Difficulty difficulty, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setDifficulty Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setDifficulty(Lnet/minecraft/world/Difficulty;Lnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Lnet/minecraft/world/Difficulty;
      intermediary method_73779 Lnet/minecraft/class_11832;method_73779(Lnet/minecraft/class_1267;Lnet/minecraft/class_11838;)Lnet/minecraft/class_1267;
      official a Lauq;a(Lcbn;Lauy;)Lcbn;
    • getEnforceAllowlist

      boolean getEnforceAllowlist()
      Mappings:
      Namespace Name Mixin selector
      named getEnforceAllowlist Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getEnforceAllowlist()Z
      intermediary method_73786 Lnet/minecraft/class_11832;method_73786()Z
      official c Lauq;c()Z
    • setEnforceAllowlist

      boolean setEnforceAllowlist(boolean enforceAllowlist, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setEnforceAllowlist Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setEnforceAllowlist(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73785 Lnet/minecraft/class_11832;method_73785(ZLnet/minecraft/class_11838;)Z
      official b Lauq;b(ZLauy;)Z
    • getUseAllowlist

      boolean getUseAllowlist()
      Mappings:
      Namespace Name Mixin selector
      named getUseAllowlist Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getUseAllowlist()Z
      intermediary method_73789 Lnet/minecraft/class_11832;method_73789()Z
      official d Lauq;d()Z
    • setUseAllowlist

      boolean setUseAllowlist(boolean useAllowlist, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setUseAllowlist Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setUseAllowlist(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73788 Lnet/minecraft/class_11832;method_73788(ZLnet/minecraft/class_11838;)Z
      official c Lauq;c(ZLauy;)Z
    • getMaxPlayers

      int getMaxPlayers()
      Mappings:
      Namespace Name Mixin selector
      named getMaxPlayers Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getMaxPlayers()I
      intermediary method_73792 Lnet/minecraft/class_11832;method_73792()I
      official e Lauq;e()I
    • setMaxPlayers

      int setMaxPlayers(int maxPlayers, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setMaxPlayers Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setMaxPlayers(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73778 Lnet/minecraft/class_11832;method_73778(ILnet/minecraft/class_11838;)I
      official a Lauq;a(ILauy;)I
    • getPauseWhenEmptySeconds

      int getPauseWhenEmptySeconds()
      Mappings:
      Namespace Name Mixin selector
      named getPauseWhenEmptySeconds Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getPauseWhenEmptySeconds()I
      intermediary method_73795 Lnet/minecraft/class_11832;method_73795()I
      official f Lauq;f()I
    • setPauseWhenEmptySeconds

      int setPauseWhenEmptySeconds(int pauseWhenEmptySeconds, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setPauseWhenEmptySeconds Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setPauseWhenEmptySeconds(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73784 Lnet/minecraft/class_11832;method_73784(ILnet/minecraft/class_11838;)I
      official b Lauq;b(ILauy;)I
    • getPlayerIdleTimeout

      int getPlayerIdleTimeout()
      Mappings:
      Namespace Name Mixin selector
      named getPlayerIdleTimeout Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getPlayerIdleTimeout()I
      intermediary method_73798 Lnet/minecraft/class_11832;method_73798()I
      official g Lauq;g()I
    • setPlayerIdleTimeout

      int setPlayerIdleTimeout(int playerIdleTimeout, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setPlayerIdleTimeout Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setPlayerIdleTimeout(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73787 Lnet/minecraft/class_11832;method_73787(ILnet/minecraft/class_11838;)I
      official c Lauq;c(ILauy;)I
    • getAllowFlight

      boolean getAllowFlight()
      Mappings:
      Namespace Name Mixin selector
      named getAllowFlight Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getAllowFlight()Z
      intermediary method_73801 Lnet/minecraft/class_11832;method_73801()Z
      official h Lauq;h()Z
    • setAllowFlight

      boolean setAllowFlight(boolean allowFlight, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setAllowFlight Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setAllowFlight(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73791 Lnet/minecraft/class_11832;method_73791(ZLnet/minecraft/class_11838;)Z
      official d Lauq;d(ZLauy;)Z
    • getSpawnProtectionRadius

      int getSpawnProtectionRadius()
      Mappings:
      Namespace Name Mixin selector
      named getSpawnProtectionRadius Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getSpawnProtectionRadius()I
      intermediary method_73804 Lnet/minecraft/class_11832;method_73804()I
      official i Lauq;i()I
    • setSpawnProtectionRadius

      int setSpawnProtectionRadius(int spawnProtectionRadius, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setSpawnProtectionRadius Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setSpawnProtectionRadius(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73790 Lnet/minecraft/class_11832;method_73790(ILnet/minecraft/class_11838;)I
      official d Lauq;d(ILauy;)I
    • getMotd

      String getMotd()
      Mappings:
      Namespace Name Mixin selector
      named getMotd Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getMotd()Ljava/lang/String;
      intermediary method_73806 Lnet/minecraft/class_11832;method_73806()Ljava/lang/String;
      official j Lauq;j()Ljava/lang/String;
    • setMotd

      String setMotd(String motd, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setMotd Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setMotd(Ljava/lang/String;Lnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Ljava/lang/String;
      intermediary method_73781 Lnet/minecraft/class_11832;method_73781(Ljava/lang/String;Lnet/minecraft/class_11838;)Ljava/lang/String;
      official a Lauq;a(Ljava/lang/String;Lauy;)Ljava/lang/String;
    • getForceGameMode

      boolean getForceGameMode()
      Mappings:
      Namespace Name Mixin selector
      named getForceGameMode Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getForceGameMode()Z
      intermediary method_73807 Lnet/minecraft/class_11832;method_73807()Z
      official k Lauq;k()Z
    • setForceGameMode

      boolean setForceGameMode(boolean forceGameMode, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setForceGameMode Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setForceGameMode(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73794 Lnet/minecraft/class_11832;method_73794(ZLnet/minecraft/class_11838;)Z
      official e Lauq;e(ZLauy;)Z
    • getGameMode

      GameMode getGameMode()
      Mappings:
      Namespace Name Mixin selector
      named getGameMode Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getGameMode()Lnet/minecraft/world/GameMode;
      intermediary method_73808 Lnet/minecraft/class_11832;method_73808()Lnet/minecraft/class_1934;
      official l Lauq;l()Ldrn;
    • setGameMode

      GameMode setGameMode(GameMode gameMode, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setGameMode Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setGameMode(Lnet/minecraft/world/GameMode;Lnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Lnet/minecraft/world/GameMode;
      intermediary method_73780 Lnet/minecraft/class_11832;method_73780(Lnet/minecraft/class_1934;Lnet/minecraft/class_11838;)Lnet/minecraft/class_1934;
      official a Lauq;a(Ldrn;Lauy;)Ldrn;
    • getViewDistance

      int getViewDistance()
      Mappings:
      Namespace Name Mixin selector
      named getViewDistance Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getViewDistance()I
      intermediary method_73809 Lnet/minecraft/class_11832;method_73809()I
      official m Lauq;m()I
    • setViewDistance

      int setViewDistance(int viewDistance, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setViewDistance Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setViewDistance(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73793 Lnet/minecraft/class_11832;method_73793(ILnet/minecraft/class_11838;)I
      official e Lauq;e(ILauy;)I
    • getSimulationDistance

      int getSimulationDistance()
      Mappings:
      Namespace Name Mixin selector
      named getSimulationDistance Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getSimulationDistance()I
      intermediary method_73810 Lnet/minecraft/class_11832;method_73810()I
      official n Lauq;n()I
    • setSimulationDistance

      int setSimulationDistance(int simulationDistance, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setSimulationDistance Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setSimulationDistance(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73796 Lnet/minecraft/class_11832;method_73796(ILnet/minecraft/class_11838;)I
      official f Lauq;f(ILauy;)I
    • getAcceptTransfers

      boolean getAcceptTransfers()
      Mappings:
      Namespace Name Mixin selector
      named getAcceptTransfers Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getAcceptTransfers()Z
      intermediary method_73811 Lnet/minecraft/class_11832;method_73811()Z
      official o Lauq;o()Z
    • setAcceptTransfers

      boolean setAcceptTransfers(boolean acceptTransfers, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setAcceptTransfers Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setAcceptTransfers(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73797 Lnet/minecraft/class_11832;method_73797(ZLnet/minecraft/class_11838;)Z
      official f Lauq;f(ZLauy;)Z
    • getStatusHeartbeatInterval

      int getStatusHeartbeatInterval()
      Mappings:
      Namespace Name Mixin selector
      named getStatusHeartbeatInterval Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getStatusHeartbeatInterval()I
      intermediary method_73812 Lnet/minecraft/class_11832;method_73812()I
      official p Lauq;p()I
    • setStatusHeartbeatInterval

      int setStatusHeartbeatInterval(int statusHeartbeatInterval, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setStatusHeartbeatInterval Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setStatusHeartbeatInterval(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73799 Lnet/minecraft/class_11832;method_73799(ILnet/minecraft/class_11838;)I
      official g Lauq;g(ILauy;)I
    • getOperatorUserPermissionLevel

      int getOperatorUserPermissionLevel()
      Mappings:
      Namespace Name Mixin selector
      named getOperatorUserPermissionLevel Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getOperatorUserPermissionLevel()I
      intermediary method_73813 Lnet/minecraft/class_11832;method_73813()I
      official q Lauq;q()I
    • setOperatorUserPermissionLevel

      int setOperatorUserPermissionLevel(int operatorUserPermissionLevel, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setOperatorUserPermissionLevel Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setOperatorUserPermissionLevel(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73802 Lnet/minecraft/class_11832;method_73802(ILnet/minecraft/class_11838;)I
      official h Lauq;h(ILauy;)I
    • getHideOnlinePlayers

      boolean getHideOnlinePlayers()
      Mappings:
      Namespace Name Mixin selector
      named getHideOnlinePlayers Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getHideOnlinePlayers()Z
      intermediary method_73814 Lnet/minecraft/class_11832;method_73814()Z
      official r Lauq;r()Z
    • setHideOnlinePlayers

      boolean setHideOnlinePlayers(boolean hideOnlinePlayers, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setHideOnlinePlayers Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setHideOnlinePlayers(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73800 Lnet/minecraft/class_11832;method_73800(ZLnet/minecraft/class_11838;)Z
      official g Lauq;g(ZLauy;)Z
    • getStatusReplies

      boolean getStatusReplies()
      Mappings:
      Namespace Name Mixin selector
      named getStatusReplies Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getStatusReplies()Z
      intermediary method_73815 Lnet/minecraft/class_11832;method_73815()Z
      official s Lauq;s()Z
    • setStatusReplies

      boolean setStatusReplies(boolean repliesToStatus, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setStatusReplies Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setStatusReplies(ZLnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)Z
      intermediary method_73803 Lnet/minecraft/class_11832;method_73803(ZLnet/minecraft/class_11838;)Z
      official h Lauq;h(ZLauy;)Z
    • getEntityBroadcastRange

      int getEntityBroadcastRange()
      Mappings:
      Namespace Name Mixin selector
      named getEntityBroadcastRange Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;getEntityBroadcastRange()I
      intermediary method_73816 Lnet/minecraft/class_11832;method_73816()I
      official t Lauq;t()I
    • setEntityBroadcastRange

      int setEntityBroadcastRange(int entityBroadcastRange, ManagementConnectionId remote)
      Mappings:
      Namespace Name Mixin selector
      named setEntityBroadcastRange Lnet/minecraft/server/dedicated/management/handler/PropertiesManagementHandler;setEntityBroadcastRange(ILnet/minecraft/server/dedicated/management/network/ManagementConnectionId;)I
      intermediary method_73805 Lnet/minecraft/class_11832;method_73805(ILnet/minecraft/class_11838;)I
      official i Lauq;i(ILauy;)I