Class ServerPropertiesLoader

java.lang.Object
net.minecraft.server.dedicated.ServerPropertiesLoader

public class ServerPropertiesLoader extends Object
Mappings:
Namespace Name
official agp
intermediary net/minecraft/class_3807
named net/minecraft/server/dedicated/ServerPropertiesLoader
  • Field Details

    • path

      private final Path path
      Mappings:
      Namespace Name Mixin selector
      official a Lagp;a:Ljava/nio/file/Path;
      intermediary field_16846 Lnet/minecraft/class_3807;field_16846:Ljava/nio/file/Path;
      named path Lnet/minecraft/server/dedicated/ServerPropertiesLoader;path:Ljava/nio/file/Path;
    • propertiesHandler

      private ServerPropertiesHandler propertiesHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lagp;b:Lago;
      intermediary field_16847 Lnet/minecraft/class_3807;field_16847:Lnet/minecraft/class_3806;
      named propertiesHandler Lnet/minecraft/server/dedicated/ServerPropertiesLoader;propertiesHandler:Lnet/minecraft/server/dedicated/ServerPropertiesHandler;
  • Constructor Details

    • ServerPropertiesLoader

      public ServerPropertiesLoader(Path path)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lagp;<init>(Ljava/nio/file/Path;)V
      intermediary <init> Lnet/minecraft/class_3807;<init>(Ljava/nio/file/Path;)V
      named <init> Lnet/minecraft/server/dedicated/ServerPropertiesLoader;<init>(Ljava/nio/file/Path;)V
  • Method Details

    • getPropertiesHandler

      public ServerPropertiesHandler getPropertiesHandler()
      Mappings:
      Namespace Name Mixin selector
      official a Lagp;a()Lago;
      intermediary method_16717 Lnet/minecraft/class_3807;method_16717()Lnet/minecraft/class_3806;
      named getPropertiesHandler Lnet/minecraft/server/dedicated/ServerPropertiesLoader;getPropertiesHandler()Lnet/minecraft/server/dedicated/ServerPropertiesHandler;
    • store

      public void store()
      Mappings:
      Namespace Name Mixin selector
      official b Lagp;b()V
      intermediary method_16719 Lnet/minecraft/class_3807;method_16719()V
      named store Lnet/minecraft/server/dedicated/ServerPropertiesLoader;store()V
    • apply

      Mappings:
      Namespace Name Mixin selector
      official a Lagp;a(Ljava/util/function/UnaryOperator;)Lagp;
      intermediary method_16718 Lnet/minecraft/class_3807;method_16718(Ljava/util/function/UnaryOperator;)Lnet/minecraft/class_3807;
      named apply Lnet/minecraft/server/dedicated/ServerPropertiesLoader;apply(Ljava/util/function/UnaryOperator;)Lnet/minecraft/server/dedicated/ServerPropertiesLoader;