Class PathResolving

java.lang.Object
net.minecraft.util.path.PathResolving

public class PathResolving extends Object
Mappings:
Namespace Name
named net/minecraft/util/path/PathResolving
intermediary net/minecraft/class_10619
official bbk
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/util/path/PathResolving;LOGGER:Lorg/slf4j/Logger;
      intermediary field_55933 Lnet/minecraft/class_10619;field_55933:Lorg/slf4j/Logger;
      official a Lbbk;a:Lorg/slf4j/Logger;
  • Constructor Details

    • PathResolving

      public PathResolving()
  • Method Details

    • toPath

      public static Path toPath(URI uri) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named toPath Lnet/minecraft/util/path/PathResolving;toPath(Ljava/net/URI;)Ljava/nio/file/Path;
      intermediary method_66590 Lnet/minecraft/class_10619;method_66590(Ljava/net/URI;)Ljava/nio/file/Path;
      official a Lbbk;a(Ljava/net/URI;)Ljava/nio/file/Path;