Package net.minecraft.server.dedicated
Class ServerPropertiesLoader
java.lang.Object
net.minecraft.server.dedicated.ServerPropertiesLoader
public class ServerPropertiesLoader extends Object
- Mappings:
Namespace Name official zyintermediary net/minecraft/class_3807named net/minecraft/server/dedicated/ServerPropertiesLoader
-
Field Summary
Fields Modifier and Type Field Description private Pathpathprivate ServerPropertiesHandlerpropertiesHandler -
Constructor Summary
Constructors Constructor Description ServerPropertiesLoader(DynamicRegistryManager dynamicRegistryManager, Path path) -
Method Summary
Modifier and Type Method Description ServerPropertiesLoaderapply(UnaryOperator<ServerPropertiesHandler> unaryOperator)ServerPropertiesHandlergetPropertiesHandler()voidstore()
-
Field Details
-
path
- Mappings:
Namespace Name Mixin selector official aLzy;a:Ljava/nio/file/Path;intermediary field_16846Lnet/minecraft/class_3807;field_16846:Ljava/nio/file/Path;named pathLnet/minecraft/server/dedicated/ServerPropertiesLoader;path:Ljava/nio/file/Path;
-
propertiesHandler
- Mappings:
Namespace Name Mixin selector official bLzy;b:Lzx;intermediary field_16847Lnet/minecraft/class_3807;field_16847:Lnet/minecraft/class_3806;named propertiesHandlerLnet/minecraft/server/dedicated/ServerPropertiesLoader;propertiesHandler:Lnet/minecraft/server/dedicated/ServerPropertiesHandler;
-
-
Constructor Details
-
ServerPropertiesLoader
-
-
Method Details
-
getPropertiesHandler
- Mappings:
Namespace Name Mixin selector official aLzy;a()Lzx;intermediary method_16717Lnet/minecraft/class_3807;method_16717()Lnet/minecraft/class_3806;named getPropertiesHandlerLnet/minecraft/server/dedicated/ServerPropertiesLoader;getPropertiesHandler()Lnet/minecraft/server/dedicated/ServerPropertiesHandler;
-
store
public void store()- Mappings:
Namespace Name Mixin selector official bLzy;b()Vintermediary method_16719Lnet/minecraft/class_3807;method_16719()Vnamed storeLnet/minecraft/server/dedicated/ServerPropertiesLoader;store()V
-
apply
- Mappings:
Namespace Name Mixin selector official aLzy;a(Ljava/util/function/UnaryOperator;)Lzy;intermediary method_16718Lnet/minecraft/class_3807;method_16718(Ljava/util/function/UnaryOperator;)Lnet/minecraft/class_3807;named applyLnet/minecraft/server/dedicated/ServerPropertiesLoader;apply(Ljava/util/function/UnaryOperator;)Lnet/minecraft/server/dedicated/ServerPropertiesLoader;
-