Class CRNPlatformSpecificImpl

java.lang.Object
de.mrjulsen.crn.fabric.CRNPlatformSpecificImpl

public class CRNPlatformSpecificImpl extends Object
  • Constructor Details

    • CRNPlatformSpecificImpl

      public CRNPlatformSpecificImpl()
  • Method Details

    • getConfigDirectory

      public static Path getConfigDirectory()
    • getServer

      public static net.minecraft.server.MinecraftServer getServer()
    • registerConfig

      public static void registerConfig()
    • getStationFromBlockEntity

      public static com.simibubi.create.content.trains.station.GlobalStation getStationFromBlockEntity(net.minecraft.world.level.block.entity.BlockEntity be)
    • getLastKnownPlayerName

      public static Optional<String> getLastKnownPlayerName(UUID uuid)
    • getAllKnownPlayers

      public static Map<UUID,String> getAllKnownPlayers()
    • getClientContraptionBlockEntity

      public static net.minecraft.world.level.block.entity.BlockEntity getClientContraptionBlockEntity(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.core.BlockPos localPos)